v0.3.0
Pre-release
Pre-release
- Remove Deprecated EventHandler
- Components do not implements
LifecycleMixin
behavior 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.behavior
FuncSubject.replay
FuncSubject.async
FuncSubject.factory