Skip to content

Releases: makspll/bevy_mod_scripting

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)

v0.1.0-ladfile

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

Added

  • create Language Agnostic Declaration file format and ladfile crate (#274)

v0.9.3

08 Feb 18:34
51fd4c5
Compare
Choose a tag to compare

Added

  • add static scripts which do not need to be attached to entities to be run (#253)
  • add recipient for specific language (#250)