Skip to content

Releases: makspll/bevy_mod_scripting

v0.6.0

04 Apr 16:05
Compare
Choose a tag to compare

What's Changed

  • Add lua documentation link to readme.md by @makspll in #107
  • Proxy derive macros, rustc plugin codegen, safety improvements by @makspll in #67

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Mar 19:47
Compare
Choose a tag to compare

What's Changed

  • Bevy 0.13 migration by @makspll in #106
  • Fixed compilation issues on non-SIMD architectures

Full Changelog: v0.4.0...v0.5.0

Bevy 0.12 support

06 Mar 03:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

Bevy 0.10 support

08 May 11:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

Bump tealr version

13 Jan 12:28
Compare
Choose a tag to compare

Fix broken links & lua documentation publishing

02 Jan 17:54
Compare
Choose a tag to compare

Added

  • Automatic documentation publishing for lua Bevy api
  • Added binary for generating documentation

Fixed

  • Fixed bug where errors in documenation generation didn't propagate properly
  • Fixed broken link in readme.md

Full Changelog: v0.2.0...v0.2.1

Bevy 0.9 Support

01 Jan 13:12
Compare
Choose a tag to compare

Added

  • Added support for the Bevy API for Rhai
  • Foundations laid for proxy macro for Rhai
  • Added game_of_life and bevy_api examples for Rhai
  • Added more hooks for APIProviders. entity and world constants are now set by API providers and hence you must register the BevyAPIProvider for your scripting language to access those. This let's us accomodate people who want barebones scripting without access to Bevy, or roll their own fully fledged API's.

Changed

  • Revived console_integration examples
  • Major changes to low level API's
  • Major import structure changes
  • Split crate into smaller crates
  • Added more control over what's pulled into the dependency tree with finely grained features

PR's

New Contributors

Full Changelog: v0.1.0...v0.2.0

Patch for dependency Issue

08 Oct 16:16
Compare
Choose a tag to compare

What's Changed

Fixes the issue described in #35

Full Changelog: v0.1.1...v0.1.2

Fixed broken links and maintenance

03 Aug 00:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

Initial release

02 Aug 21:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/makspll/bevy_mod_scripting/commits/v0.1.0