File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
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+
614## [ 1.0.1] ( https://github.com/rackt/redux/compare/v1.0.0...v1.0.1 ) - 2015/08/15
715
816* 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 11{
22 "name" : " redux" ,
3- "version" : " 1 .0.1 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " Predictable state container for JavaScript apps" ,
55 "main" : " lib/index.js" ,
66 "jsnext:main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments