Skip to content

Releases: makspll/bevy_mod_scripting

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

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)