Skip to content

Releases: makspll/bevy_mod_scripting

v0.1.5-mdbook_lad_preprocessor

29 Mar 19:36
f20698e
Compare
Choose a tag to compare

Added

  • overhaul mdbook preprocessor, prettify generated docs, support dummy globals (#377)

Fixed

  • make all links in the mdbook preprocessor relative (#392)
  • mdbook preprocessor links not taking into account root url (#391)

Contributors

v0.10.0

16 Mar 22:05
dc504f8
Compare
Choose a tag to compare

Added

  • add global types cache making get_type_by_name redundant (#370)
  • ✨ Parallelizable Script Systems with Res and Query parameters & Schedule debugging utilities (#361)
  • Add missing luau extension, improve extension configuration options (#366)
  • (ladfile) improve globals in LAD format (#372)
  • [breaking] re-design GetTypeDependencies trait & add GetTypeDependencies derive macro (#369)
  • shorten import paths (#367)
  • allow lua scripts to insert ScriptComponent's (#359)

Fixed

  • [breaking] script contexts being completely overwritten on a re-load (#345)
  • unit enum variants other than Option::None being converted into ScriptValue::Unit (#360)

Other

  • [breaking] Merge ScriptContexts<T> into Scripts<T> + Remove Sync bound from Contexts (#350)

Contributors

v0.4.0-ladfile

16 Mar 21:53
dc504f8
Compare
Choose a tag to compare

Added

  • (ladfile) improve globals in LAD format (#372)

Contributors

v0.2.6-ladfile_builder

16 Mar 21:55
dc504f8
Compare
Choose a tag to compare

Added

  • (ladfile) improve globals in LAD format (#372)

Contributors

v0.1.4-mdbook_lad_preprocessor

16 Mar 21:54
dc504f8
Compare
Choose a tag to compare

Added

  • (ladfile) improve globals in LAD format (#372)

Contributors

v0.1.0-bevy_system_reflection

12 Mar 09:07
aba94e4
Compare
Choose a tag to compare
chore: Release package bevy_system_reflection version 0.1.0

v0.9.11

03 Mar 16:44
1d79876
Compare
Choose a tag to compare

Fixed

  • plugin registration order affecting which globals are exported (#346)

Contributors

v0.9.10

03 Mar 16:02
8939b01
Compare
Choose a tag to compare

Added

  • add map_get function for cloning and returning values on a map (#343)
  • (bms,ladfile_builder) introduce app global instance registry and export them in ladfile_builder (#340)

Contributors

v0.2.5-ladfile_builder

03 Mar 16:35
1d79876
Compare
Choose a tag to compare

Added

  • (bms,ladfile_builder) introduce app global instance registry and export them in ladfile_builder (#340)

Contributors

v0.2.4-ladfile_builder

03 Mar 15:52
8939b01
Compare
Choose a tag to compare

Added

  • (bms,ladfile_builder) introduce app global instance registry and export them in ladfile_builder (#340)

Contributors