Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fdecampredon fdecampredon released this 09 Nov 12:56
· 2 commits to master since this release
  • Remove Deprecated EventHandler
  • Components do not implements LifecycleMixin behavior anymore
  • StateStream mixin is now initialized in componentWillMount (previously done in getInitialState)
  • 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