-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from KevinAst/initial
publish: v0.1.1 react-native android patch
- Loading branch information
Showing
3 changed files
with
87 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,81 @@ | ||
# Change Log | ||
|
||
The **feature-redux**project adheres to [Semantic | ||
The **feature-redux** project adheres to [Semantic | ||
Versioning](http://semver.org/). | ||
|
||
Each release, along with migration instructions, is documented on the | ||
[Github Releases](https://github.com/KevinAst/feature-redux/releases) | ||
page. | ||
Each release is documented on this page *(in addition to the [Github | ||
Release Notes](https://github.com/KevinAst/feature-redux/releases))*, | ||
and **contains migration instructions**. | ||
|
||
## Summary: | ||
|
||
Release | What | *When* | ||
---------|-------------------------------------------------|------------------ | ||
[v0.1.1] | react-native android patch | *March 7, 2018* | ||
[v0.1.0] | Initial Release | *March 6, 2018* | ||
|
||
[v0.1.1]: #v011---react-native-android-patch-march-7-2018 | ||
[v0.1.0]: #v010---initial-release-march-6-2018 | ||
|
||
|
||
|
||
<!-- UNRELEASED ************************************************************************** | ||
TEMPLATE: | ||
## vn.n.n - DESC *(DATE ?, 2018)* | ||
[GitHub Content](https://github.com/KevinAst/feature-redux/tree/vn.n.n) | ||
• | ||
[GitHub Release](https://github.com/KevinAst/feature-redux/releases/tag/vn.n.n) | ||
RUNNING CONTENT (pop out as needed) ... | ||
UNRELEASED ******************************************************************************** --> | ||
|
||
|
||
|
||
|
||
|
||
<!-- *** RELEASE *************************************************************** --> | ||
|
||
## v0.1.1 - react-native android patch *(March 7, 2018)* | ||
|
||
[GitHub Content](https://github.com/KevinAst/feature-redux/tree/v0.1.1) | ||
• | ||
[GitHub Release](https://github.com/KevinAst/feature-redux/releases/tag/v0.1.1) | ||
|
||
**NOTE**: This release is a **non-breaking change** _(i.e. no API was affected)_. | ||
|
||
- A patch was applied in support of **react-native android**. | ||
|
||
When running react-native under android, receiving the following | ||
exception: | ||
|
||
``` | ||
ERROR: undefined is not a function | ||
evaluating 'content[typeof Symbol === 'function' ? Symbol.iterator: '@@iterator']()' | ||
``` | ||
|
||
This is a transpiler issue related to the es6 "for of" loop. It is | ||
believed to be limited to the **react-native android JS engine**. | ||
|
||
This may be a babel transpiler issue (possibly due to a stale babel | ||
version), or an issue with with react-native android's JS engine. | ||
The problem was temporarily avoided by employing old style es5 "for | ||
loop" constructs (till further research is conducted). | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- *** RELEASE *************************************************************** --> | ||
|
||
## v0.1.0 - Initial Release *(March 6, 2018)* | ||
[GitHub Content](https://github.com/KevinAst/feature-redux/tree/v0.1.0) | ||
• | ||
[GitHub Release](https://github.com/KevinAst/feature-redux/releases/tag/v0.1.0) | ||
|
||
**This is where it all began ...** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters