File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 2.0.0] ( https://github.com/rackt/redux/compare/v1.0.1...v2.0.0 ) - 2015/09/01
7
+
8
+ ### Breaking Changes
9
+
10
+ * Removes ` getReducer() ` from the Store public API ([ #668 ] ( https://github.com/rackt/redux/issues/668 ) )
11
+ * Fixes ` compose() ` to act like a normal ` compose() ` ([ #669 ] ( https://github.com/rackt/redux/issues/669 ) )
12
+ * Relies on ` process.env.NODE_ENV ` being polyfilled ([ #671 ] ( https://github.com/rackt/redux/issues/671 ) )
13
+
6
14
## [ 1.0.1] ( https://github.com/rackt/redux/compare/v1.0.0...v1.0.1 ) - 2015/08/15
7
15
8
16
* Fixes “process is not defined” on React Native ([ #525 ] ( https://github.com/rackt/redux/issues/525 ) , [ #526 ] ( https://github.com/rackt/redux/pull/526 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redux" ,
3
- "version" : " 1 .0.1 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " Predictable state container for JavaScript apps" ,
5
5
"main" : " lib/index.js" ,
6
6
"jsnext:main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments