Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 13:15
· 5 commits to main since this release
12b3965

Added

  • improve errors when entity is unavailable (#410)
  • [breaking] Add BMSPlugin group, feature flag for bindings per bevy crate & add script global filter options (#408)
    • The CoreScriptGlobalsPlugin now also stores options for filtering registered globals, which can be changed.
  • add option to emit response event on each callback & RunScriptCallback command for "once-off" callbacks (#403)

Fixed

  • lua54 feature being forced (#413)
  • GetTypeDependency derive macro using the wrong path for bms_core (#409)

Other

  • add script loading benchmark (#411)
  • refactor ReflectReference internally (#406)
  • reduces size of ScriptValue to 64 bytes, moves some dynamic function methods into function info (#404)

Contributors