Releases: makspll/bevy_mod_scripting
Releases · makspll/bevy_mod_scripting
v0.9.5
v0.9.4
Added
- create
Language Agnostic Declaration
file format andladfile
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
v0.1.1-ladfile
Added
- update bevy to 0.15.2 (#280)
v0.1.0-ladfile
Added
- create
Language Agnostic Declaration
file format andladfile
crate (#274)
v0.9.3
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)