v1.0.2 - Extensions & Fixes
Note: this release contains a breaking change! Check the 'Renamed' entries in the changelist below.
Changelist:
Added
- DependencyContainerExtensions collapsing frequently chained methods into a single call.
Fixed
- The global dependency context was only injected in the scene's root game objects. Now their children are processed as well.
Renamed
FunctorBinding
→GeneratorBinding
. The file and documentation already used the right name, but the actual class did not reflect this yet. Note: this is a breaking change!