Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 19:48
· 23 commits to main since this release
83c29b6

Added

  • allow the conversion of lua functions into ScriptValue via DynamicScriptFunction (#396)
  • improve tracing spans, add more benchmarks (#394)
  • add profile_with_tracy feature which plays nicely with bevy's bevy/trace_tracy feature (#393)
  • Add initial benchmarks, integrate them into CI & add getters/settters for Scripts resource (#381)
  • ✨ Dynamic Script Components, register_new_component binding, remove_component no longer requires ReflectComponent data (#379)
  • [breaking] optimize get and set functions, add MagicFunctions sub-registry (#397)
  • optimize access map (#395)
  • add ScriptValue override for printing opaque values (#380)
  • overhaul mdbook preprocessor, prettify generated docs, support dummy globals (#377)

Fixed

  • fix global type cache not containing generic types (#388)

Other

  • switch to hashbrown hashmap in the function registry (#399)
  • try play with hashing for access maps (#398)
  • allow check creation for bencher

Contributors