Releases: makspll/bevy_mod_scripting
Releases · makspll/bevy_mod_scripting
v0.9.6
Added
- create mdbook backend for LAD files (#287)
Fixed
- compilation error with
bevy/trace_tracy
(#289)
v0.2.0-ladfile
Added
- create mdbook backend for LAD files (#287)
- add global instances to
LAD
format (#283)
v0.9.5
Added
- update bevy to 0.15.2 (#280)
v0.9.4
Added
- create
Language Agnostic Declaration
file format and ladfile
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
- fix tracy compile errors and add tracy buid to CI (#277)
- don't use
new_unregistered
for most of core bindings macros (#270)
v0.1.1-ladfile
Added
- update bevy to 0.15.2 (#280)
v0.1.0-ladfile
Added
- create
Language Agnostic Declaration
file format and ladfile
crate (#274)
v0.9.3
Added
- add static scripts which do not need to be attached to entities to be run (#253)
- add recipient for specific language (#250)
v0.9.2
Added
- make
extractors
module non-public (#251)
Fixed
- add missing extensions in the asset loader (#254)
v0.9.1
Fixed
- bump
bevy
to 0.15.1 (#241)
v0.9.0
Fixed
- prevent allocation and component ID ranges from overlapping (#230)