Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fdecampredon committed Nov 9, 2015
1 parent b045941 commit 6e9f335
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
#v0.3
#v0.3.0

- Remove Deprecated EventHandler
- Introduce `FuncSubject.behavior'
- Components do not implements `LifecycleMixin` behavior anymore
- StateStream mixin is now initialized in `componentWillMount` (previously done in `getInitialState`)
- new top level method `cleanAllSubscriptions`
- React.Component methods are not enumerable anymore
- 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`


#v0.2

Expand Down

0 comments on commit 6e9f335

Please sign in to comment.