|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -The **feature-redux-logic**project adheres to [Semantic |
| 3 | +The **feature-redux-logic** 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-logic/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-logic/releases))*, |
| 8 | +and **contains migration instructions**. |
| 9 | + |
| 10 | +## Summary: |
| 11 | + |
| 12 | +Release | What | *When* |
| 13 | +---------|-------------------------------------------------|------------------ |
| 14 | +[v0.1.3] | Establish Polyfill Strategy | *July 2, 2018* |
| 15 | +[v0.1.0] | Initial Release | *March 6, 2018* |
| 16 | + |
| 17 | + |
| 18 | +[v0.1.3]: #v013---establish-polyfill-strategy-july-2-2018 |
| 19 | +[v0.1.0]: #v010---initial-release-march-6-2018 |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +<!-- UNRELEASED ************************************************************************** |
| 24 | +
|
| 25 | +TEMPLATE: |
| 26 | +## vn.n.n - DESC *(DATE ?, 2018)* |
| 27 | +
|
| 28 | +[GitHub Content](https://github.com/KevinAst/feature-redux-logic/tree/vn.n.n) |
| 29 | +• |
| 30 | +[GitHub Release](https://github.com/KevinAst/feature-redux-logic/releases/tag/vn.n.n) |
| 31 | +• |
| 32 | +[Diff](see below) |
| 33 | +
|
| 34 | +RUNNING CONTENT (pop out as needed) ... |
| 35 | +
|
| 36 | +- adorn bullets with following bolded prefix |
| 37 | + **Added**: ... for new features |
| 38 | + **Changed**: ... for changes in existing functionality |
| 39 | + **Deprecated**: ... for soon-to-be removed features |
| 40 | + **Removed**: ... for now removed features |
| 41 | + **Fixed**: ... for any bug fixes |
| 42 | + **Enhanced**: ... for enhancements |
| 43 | + **Security**: ... in case of vulnerabilities |
| 44 | + **Docs**: ... changes in documentation |
| 45 | + **Review**: ... requires review |
| 46 | + **Internal**: ... internal change NOT affecting user/client |
| 47 | +
|
| 48 | +UNRELEASED ******************************************************************************** --> |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +<!-- *** RELEASE *************************************************************** --> |
| 53 | + |
| 54 | +## v0.1.3 - Establish Polyfill Strategy *(July 2, 2018)* |
| 55 | + |
| 56 | +[GitHub Content](https://github.com/KevinAst/feature-redux-logic/tree/v0.1.3) |
| 57 | +• |
| 58 | +[GitHub Release](https://github.com/KevinAst/feature-redux-logic/releases/tag/v0.1.3) |
| 59 | +• |
| 60 | +[Diff](https://github.com/KevinAst/feature-redux-logic/compare/v0.1.0...v0.1.3) |
| 61 | + |
| 62 | +**NOTE**: This release is a **non-breaking change** _(i.e. no API was affected)_. |
| 63 | + |
| 64 | +- **Review**: A new policy is in affect where **polyfills are the |
| 65 | + responsibility of the client app**, when the target JavaScript |
| 66 | + engine is inadequate _(such as the IE browser)_. Please refer to |
| 67 | + [Potential Need for |
| 68 | + Polyfills](./README.md#potential-need-for-polyfills) for more |
| 69 | + information. |
| 70 | + |
| 71 | + As a result, all previous code patches related to es2015+ polyfill |
| 72 | + issues were removed, in favor of **polyfilling at the app-level**. |
| 73 | + |
| 74 | +- **Internal**: The most current babel version/configuration is now |
| 75 | + used to transpile the library's es5 distribution. |
| 76 | + |
| 77 | + |
| 78 | +<!-- *** RELEASE *************************************************************** --> |
| 79 | + |
| 80 | +## v0.1.0 - Initial Release *(March 6, 2018)* |
| 81 | +[GitHub Content](https://github.com/KevinAst/feature-redux-logic/tree/v0.1.0) |
| 82 | +• |
| 83 | +[GitHub Release](https://github.com/KevinAst/feature-redux-logic/releases/tag/v0.1.0) |
| 84 | + |
| 85 | +**This is where it all began ...** |
0 commit comments