Releases: makspll/bevy_mod_scripting
Releases · makspll/bevy_mod_scripting
v0.9.2
v0.9.1
v0.9.0
v0.9.0-alpha.9
Fixed
- prevent allocation and component ID ranges from overlapping (#230)
v0.9.0-alpha.8
Added
- re-implement rhai again (#222)
- add
ScriptValue::Map
and create appropriate conversions in lua and rhai (#229) - Add
functions
script method, and create function info scaffolding (#228) - Call custom
get
andset
functions on the type when indexing. (#226) - Add
optional
arguments to script functions (#225) - Add world.with_or_insert_component_mut() (#223)
v0.9.0-alpha.7
v0.9.0-alpha.6
Added
- Don't panic! (#216)
v0.9.0-alpha.5
Fixed
- Fix missing functions in codegen (#210)