@@ -4,28 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 3.1.0] - 2017 - 08 - 31
7
+ ## [ 3.1.0] - 2017-08- 31
8
8
### Added
9
9
- provide a Browserified distribution in the ` dist ` directory of the published npm module
10
10
11
11
## [ 3.0.0] - 2017-08-03
12
12
### Changed
13
- - remove dependency on ImmutableJs (#30 )
13
+ - remove dependency on ImmutableJs ([ #30 ] ( https://github.com/mattkrick/redux-optimistic-ui/issues/30 ) )
14
14
15
15
### Fixes
16
- - fix interoperability with Redux DevTools (#36 )
16
+ - fix interoperability with Redux DevTools ([ #36 ] ( https://github.com/mattkrick/redux-optimistic-ui/issues/36 ) )
17
17
18
18
## [ 2.1.0] - 2017-07-28
19
19
### Fixes
20
- - correctly handle invalid transaction ids (#32 )
20
+ - correctly handle invalid transaction ids ([ #32 ] ( https://github.com/mattkrick/redux-optimistic-ui/issues/32 ) )
21
21
22
22
## [ 2.0.0] - 2017-06-23
23
23
### Fixes
24
- - fix error with non-root optimistic reducer and ` initialState ` (#22 )
24
+ - fix error with non-root optimistic reducer and ` initialState ` ([ #22 ] ( https://github.com/mattkrick/redux-optimistic-ui/issues/22 ) )
25
25
26
26
## 1.0.0 - 2017-02-17
27
27
28
- [ Unreleased ] : https://github.com/mattkrick/redux-optimistic-ui/compare/v3.0.0...HEAD
29
- [ 3.0.0 ] : https://github.com/mattkrick/redux-optimistic-ui/compare/v2.1.0...HEAD
30
- [ 2.1.0 ] : https://github.com/mattkrick/redux-optimistic-ui/compare/v2.0.0...HEAD
31
- [ 2.0.0 ] : https://github.com/mattkrick/redux-optimistic-ui/compare/v1.0.0...HEAD
28
+ [ Unreleased ] : https://github.com/mattkrick/redux-optimistic-ui/compare/v3.1.0...HEAD
29
+ [ 3.1.0 ] : https://github.com/mattkrick/redux-optimistic-ui/compare/v3.0.0...v3.1.0
30
+ [ 3.0.0 ] : https://github.com/mattkrick/redux-optimistic-ui/compare/v2.1.0...v3.0.0
31
+ [ 2.1.0 ] : https://github.com/mattkrick/redux-optimistic-ui/compare/v2.0.0...v2.1.0
32
+ [ 2.0.0 ] : https://github.com/mattkrick/redux-optimistic-ui/compare/v1.0.0...v2.0.0
0 commit comments