@@ -11,9 +11,11 @@ and **contains migration instructions**.
1111
1212Release | What | * When*
1313---------|-------------------------------------------------|------------------
14+ [ v0.1.2] | Auto Redux DevTools Integration | * March 29, 2018*
1415[ v0.1.1] | react-native android patch | * March 7, 2018*
1516[ v0.1.0] | Initial Release | * March 6, 2018*
1617
18+ [ v0.1.2 ] : #v012---auto-redux-devtools-integration-march-29-2018
1719[ v0.1.1 ] : #v011---react-native-android-patch-march-7-2018
1820[ v0.1.0 ] : #v010---initial-release-march-6-2018
1921
@@ -27,13 +29,41 @@ TEMPLATE:
2729[GitHub Content](https://github.com/KevinAst/feature-redux/tree/vn.n.n)
2830•
2931[GitHub Release](https://github.com/KevinAst/feature-redux/releases/tag/vn.n.n)
32+ •
33+ [Diff](see below)
3034
3135RUNNING CONTENT (pop out as needed) ...
3236
37+ - adorn bullets with following bolded prefix
38+ **Added**: ... for new features
39+ **Changed**: ... for changes in existing functionality
40+ **Deprecated**: ... for soon-to-be removed features
41+ **Removed**: ... for now removed features
42+ **Fixed**: ... for any bug fixes
43+ **Enhanced**: ... for enhancements
44+ **Security**: ... in case of vulnerabilities
45+ **Docs**: ... changes in documentation
46+
3347UNRELEASED ******************************************************************************** -->
3448
3549
50+ <!-- *** RELEASE *************************************************************** -->
3651
52+ ## v0.1.2 - Auto Redux DevTools Integration * (March 29, 2018)*
53+
54+ [ GitHub Content] ( https://github.com/KevinAst/feature-redux/tree/v0.1.2 )
55+ &bull ;
56+ [ GitHub Release] ( https://github.com/KevinAst/feature-redux/releases/tag/v0.1.2 )
57+ &bull ;
58+ [ Diff] ( https://github.com/KevinAst/feature-redux/compare/v0.1.1...v0.1.2 )
59+
60+ ** NOTE** : This release is a ** non-breaking change** _ (i.e. no API was affected)_ .
61+
62+ - ** Enhanced** : Integration with Redux DevTools is automatically
63+ configured (when detected).
64+
65+ - ** Docs** : Removed action-u reference from example code, using a more
66+ conventional "defined constant" action type.
3767
3868
3969<!-- *** RELEASE *************************************************************** -->
@@ -43,10 +73,12 @@ UNRELEASED *********************************************************************
4373[ GitHub Content] ( https://github.com/KevinAst/feature-redux/tree/v0.1.1 )
4474&bull ;
4575[ GitHub Release] ( https://github.com/KevinAst/feature-redux/releases/tag/v0.1.1 )
76+ &bull ;
77+ [ Diff] ( https://github.com/KevinAst/feature-redux/compare/v0.1.0...v0.1.1?short_path=4ac32a7#diff-4ac32a78649ca5bdd8e0ba38b7006a1e )
4678
4779** NOTE** : This release is a ** non-breaking change** _ (i.e. no API was affected)_ .
4880
49- - A patch was applied in support of ** react-native android** .
81+ - ** Fixed ** : A patch was applied in support of ** react-native android** .
5082
5183 When running react-native under android, receiving the following
5284 exception:
0 commit comments