Skip to content

Commit

Permalink
Merge pull request #204 from optimizely/jordan/release-1.3.0
Browse files Browse the repository at this point in the history
[release] 1.3.0
  • Loading branch information
jordangarcia committed Jan 4, 2016
2 parents cf35375 + 831ce26 commit e9973a9
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 98 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.0 (December 31, 2015)

- **[NEW]** Store hot-reloading via `reactor.replaceStores(stores)` which replaces the implementation of a store without resetting its underlying state value. See [hot reloading example](https://github.com/optimizely/nuclear-js/tree/master/examples/hot-reloading).
- **[NEW]** Support for more granular options for logging and triggering invariants in the NuclearJS runtime. See [API Docs](https://github.com/optimizely/nuclear-js/blob/master/docs/src/docs/07-api.md) for details.

## 1.2.1 (November 5, 2015)

- **[FIXED]** Observers of the entire app state not triggering on actions from a late registered store
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TODO for `1.3.0`

- [x] add documentation for all new reactor options
- [x] add tests for all new reactor options
- [ ] link the nuclear-js package from the hot reloadable example
- [x] link the nuclear-js package from the hot reloadable example
- [ ] link `0.3.0` of `nuclear-js-react-addons` in hot reloadable example
- [ ] add `nuclear-js-react-addons` link in example and documentation
- [ ] publish doc site
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuclear-js",
"version": "1.2.1",
"version": "1.3.0",
"homepage": "https://github.com/optimizely/nuclear-js",
"authors": [
"Jordan Garcia"
Expand Down

0 comments on commit e9973a9

Please sign in to comment.