Releases: makspll/bevy_mod_scripting
Releases · makspll/bevy_mod_scripting
v0.2.2-ladfile_builder
Added
- create
ScriptingDocgenPluginto allow exportingLADfiles + export BMS bindings (#303) - add
constructglobal for constructing arbitrary types &Uniontype (#302) - add global functions to mdbook, allow documenting arguments and return values (#296)
Fixed
- remove
reflect_functionsandfile_watcherflags from bevy dependency (#316)
v0.9.7
Added
- create
ScriptingDocgenPluginto allow exportingLADfiles + export BMS bindings (#303) - add global functions to mdbook, allow documenting arguments and return values (#296)
- separate
ladfileintoladfile_builderandladfilecrates (#293) - add
constructglobal for constructing arbitrary types &Uniontype (#302) - pre-register reflected components with the world at finalize (#314)
- add allocator diagnostics (#305)
- improve warning on missing asset (#295)
Fixed
v0.3.0-ladfile
v0.2.1-ladfile_builder
Added
- create
ScriptingDocgenPluginto allow exportingLADfiles + export BMS bindings (#303) - add
constructglobal for constructing arbitrary types &Uniontype (#302) - add global functions to mdbook, allow documenting arguments and return values (#296)
Fixed
- remove
reflect_functionsandfile_watcherflags from bevy dependency (#316)
v0.2.0-ladfile_builder
chore: Release package ladfile_builder version 0.2.0
v0.9.6
v0.2.0-ladfile
v0.9.5
v0.9.4
Added
- create
Language Agnostic Declarationfile format andladfilecrate (#274) - Add
script_bindingsimpl block derive macro (#263) - add
TypedThroughabstraction 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)