Skip to content

Releases: makspll/bevy_mod_scripting

v0.9.9

28 Feb 22:16
ba2ee38
Compare
Choose a tag to compare

Added

  • Add GlobalNamespace::system_builder, World::add_system and allow dynamic system creation (#335)
  • add WithWorldGuard and HandlerContext system parameters (#327)
  • add test for construct using unit struct (#328)
  • support setting hashmaps via reflection (#330)
  • allow hashmap FromScript from list of tuples (#332)

v0.2.3-ladfile_builder

28 Feb 22:07
ba2ee38
Compare
Choose a tag to compare

Added

  • (lad) export global functions in lad exported plugin & add collapsible sections to pre-processor (#334)

v0.9.8

26 Feb 00:28
4af18c0
Compare
Choose a tag to compare

Added

  • Allow trailing comma in callback_labels. (#325)

Fixed

  • enable_context_sharing not returning the plugin like a real builder

v0.3.1-ladfile

26 Feb 00:17
4af18c0
Compare
Choose a tag to compare

Added

  • (mdbook) improve mdbook generics behaviour and fix broken links (#319)

v0.2.2-ladfile_builder

26 Feb 00:18
4af18c0
Compare
Choose a tag to compare

Added

  • create ScriptingDocgenPlugin to allow exporting LAD files + export BMS bindings (#303)
  • add construct global for constructing arbitrary types & Union type (#302)
  • add global functions to mdbook, allow documenting arguments and return values (#296)

Fixed

  • remove reflect_functions and file_watcher flags from bevy dependency (#316)

v0.9.7

23 Feb 02:33
a6b924f
Compare
Choose a tag to compare

Added

  • create ScriptingDocgenPlugin to allow exporting LAD files + export BMS bindings (#303)
  • add global functions to mdbook, allow documenting arguments and return values (#296)
  • separate ladfile into ladfile_builder and ladfile crates (#293)
  • add construct global for constructing arbitrary types & Union type (#302)
  • pre-register reflected components with the world at finalize (#314)
  • add allocator diagnostics (#305)
  • improve warning on missing asset (#295)

Fixed

  • functions not releasing accesses correctly on error (#315)
  • remove reflect_functions and file_watcher flags from bevy dependency (#316)

v0.3.0-ladfile

23 Feb 02:22
a6b924f
Compare
Choose a tag to compare

Added

  • add construct global for constructing arbitrary types & Union type (#302)
  • add global functions to mdbook, allow documenting arguments and return values (#296)
  • separate ladfile into ladfile_builder and ladfile crates (#293)

v0.2.1-ladfile_builder

23 Feb 02:24
a6b924f
Compare
Choose a tag to compare

Added

  • create ScriptingDocgenPlugin to allow exporting LAD files + export BMS bindings (#303)
  • add construct global for constructing arbitrary types & Union type (#302)
  • add global functions to mdbook, allow documenting arguments and return values (#296)

Fixed

  • remove reflect_functions and file_watcher flags from bevy dependency (#316)

v0.2.0-ladfile_builder

16 Feb 18:14
a5ea437
Compare
Choose a tag to compare
chore: Release package ladfile_builder version 0.2.0

v0.9.6

15 Feb 11:52
eca9cb1
Compare
Choose a tag to compare

Added

  • create mdbook backend for LAD files (#287)

Fixed

  • compilation error with bevy/trace_tracy (#289)