Skip to content

Releases: makspll/bevy_mod_scripting

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)

v0.2.0-ladfile

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

Added

  • create mdbook backend for LAD files (#287)
  • add global instances to LAD format (#283)

v0.9.5

12 Feb 15:14
e6d0199
Compare
Choose a tag to compare

Added

  • update bevy to 0.15.2 (#280)

v0.9.4

12 Feb 13:17
4a52a6c
Compare
Choose a tag to compare

Added

  • create Language Agnostic Declaration file format and ladfile crate (#274)
  • Add script_bindings impl block derive macro (#263)
  • add TypedThrough abstraction to function meta, and refactor (#272)
  • refactor generated bindings to use new derive macro (#268)
  • refactor core bindings to use new derive macro (#267)

Fixed

  • fix tracy compile errors and add tracy buid to CI (#277)
  • don't use new_unregistered for most of core bindings macros (#270)

v0.1.1-ladfile

12 Feb 15:04
e6d0199
Compare
Choose a tag to compare

Added

  • update bevy to 0.15.2 (#280)