Releases: makspll/bevy_mod_scripting
Releases · makspll/bevy_mod_scripting
v0.9.9
Added
- Add
GlobalNamespace::system_builder
,World::add_system
and allow dynamic system creation (#335) - add
WithWorldGuard
andHandlerContext
system parameters (#327) - add test for construct using unit struct (#328)
- support setting hashmaps via reflection (#330)
- allow hashmap
FromScript
from list of tuples (#332)
v0.2.3-ladfile_builder
Added
- (lad) export global functions in
lad
exported plugin & add collapsible sections to pre-processor (#334)
v0.9.8
v0.3.1-ladfile
Added
- (mdbook) improve mdbook generics behaviour and fix broken links (#319)
v0.2.2-ladfile_builder
Added
- create
ScriptingDocgenPlugin
to allow exportingLAD
files + export BMS bindings (#303) - add
construct
global for constructing arbitrary types &Union
type (#302) - add global functions to mdbook, allow documenting arguments and return values (#296)
Fixed
- remove
reflect_functions
andfile_watcher
flags from bevy dependency (#316)
v0.9.7
Added
- create
ScriptingDocgenPlugin
to allow exportingLAD
files + export BMS bindings (#303) - add global functions to mdbook, allow documenting arguments and return values (#296)
- separate
ladfile
intoladfile_builder
andladfile
crates (#293) - add
construct
global for constructing arbitrary types &Union
type (#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
ScriptingDocgenPlugin
to allow exportingLAD
files + export BMS bindings (#303) - add
construct
global for constructing arbitrary types &Union
type (#302) - add global functions to mdbook, allow documenting arguments and return values (#296)
Fixed
- remove
reflect_functions
andfile_watcher
flags from bevy dependency (#316)
v0.2.0-ladfile_builder
chore: Release package ladfile_builder version 0.2.0