2.1.0-rc.0
Pre-release
Pre-release
- EventSource and StateEmitter bootstrapping is now done 100% lazily- properties are only bootstrapped when they are first accessed.
- Removed need to use explicit self-proxying when using multiple StateEmitters per component- can now be deduced automatically.
- StateEmitter self-proxying now supports
From
andMerge
proxy types. - Added helper self-proxying decorators:
StateEmitter.AliasSelf
StateEmitter.FromSelf
StateEmitter.MergeSelf