|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -The **feature-redux**project adheres to [Semantic |
| 3 | +The **feature-redux** project adheres to [Semantic |
4 | 4 | Versioning](http://semver.org/). |
5 | 5 |
|
6 | | -Each release, along with migration instructions, is documented on the |
7 | | -[Github Releases](https://github.com/KevinAst/feature-redux/releases) |
8 | | -page. |
| 6 | +Each release is documented on this page *(in addition to the [Github |
| 7 | +Release Notes](https://github.com/KevinAst/feature-redux/releases))*, |
| 8 | +and **contains migration instructions**. |
| 9 | + |
| 10 | +## Summary: |
| 11 | + |
| 12 | +Release | What | *When* |
| 13 | +---------|-------------------------------------------------|------------------ |
| 14 | +[v0.1.1] | react-native android patch | *March 7, 2018* |
| 15 | +[v0.1.0] | Initial Release | *March 6, 2018* |
| 16 | + |
| 17 | +[v0.1.1]: #v011---react-native-android-patch-march-7-2018 |
| 18 | +[v0.1.0]: #v010---initial-release-march-6-2018 |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +<!-- UNRELEASED ************************************************************************** |
| 23 | +
|
| 24 | +TEMPLATE: |
| 25 | +## vn.n.n - DESC *(DATE ?, 2018)* |
| 26 | +
|
| 27 | +[GitHub Content](https://github.com/KevinAst/feature-redux/tree/vn.n.n) |
| 28 | +• |
| 29 | +[GitHub Release](https://github.com/KevinAst/feature-redux/releases/tag/vn.n.n) |
| 30 | +
|
| 31 | +RUNNING CONTENT (pop out as needed) ... |
| 32 | +
|
| 33 | +UNRELEASED ******************************************************************************** --> |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +<!-- *** RELEASE *************************************************************** --> |
| 40 | + |
| 41 | +## v0.1.1 - react-native android patch *(March 7, 2018)* |
| 42 | + |
| 43 | +[GitHub Content](https://github.com/KevinAst/feature-redux/tree/v0.1.1) |
| 44 | +• |
| 45 | +[GitHub Release](https://github.com/KevinAst/feature-redux/releases/tag/v0.1.1) |
| 46 | + |
| 47 | +**NOTE**: This release is a **non-breaking change** _(i.e. no API was affected)_. |
| 48 | + |
| 49 | +- A patch was applied in support of **react-native android**. |
| 50 | + |
| 51 | + When running react-native under android, receiving the following |
| 52 | + exception: |
| 53 | + |
| 54 | + ``` |
| 55 | + ERROR: undefined is not a function |
| 56 | + evaluating 'content[typeof Symbol === 'function' ? Symbol.iterator: '@@iterator']()' |
| 57 | + ``` |
| 58 | + |
| 59 | + This is a transpiler issue related to the es6 "for of" loop. It is |
| 60 | + believed to be limited to the **react-native android JS engine**. |
| 61 | + |
| 62 | + This may be a babel transpiler issue (possibly due to a stale babel |
| 63 | + version), or an issue with with react-native android's JS engine. |
| 64 | + The problem was temporarily avoided by employing old style es5 "for |
| 65 | + loop" constructs (till further research is conducted). |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | +<!-- *** RELEASE *************************************************************** --> |
| 74 | + |
| 75 | +## v0.1.0 - Initial Release *(March 6, 2018)* |
| 76 | +[GitHub Content](https://github.com/KevinAst/feature-redux/tree/v0.1.0) |
| 77 | +• |
| 78 | +[GitHub Release](https://github.com/KevinAst/feature-redux/releases/tag/v0.1.0) |
| 79 | + |
| 80 | +**This is where it all began ...** |
| 81 | + |
0 commit comments