#v0.3.0
- Remove Deprecated EventHandler
- Components do not implements
LifecycleMixinbehavior anymore - StateStream mixin is now initialized in
componentWillMount(previously done ingetInitialState) - new top level method
cleanAllSubscriptions - RxReact.Component
- methods are not enumerable anymore
- empty function on unused lifecycle methods for consitency
- FuncSubject:
- new map function
FuncSubject.behaviorFuncSubject.replayFuncSubject.asyncFuncSubject.factory
#v0.2
- Add
PropsMixin - Add
ComponentBase Class - Add
FuncSubject - Deprecate EventHandler (Renamed
FuncSubject)