Skip to content

Commit

Permalink
Merge branch 'master' into lyonlai-group-by-getter
Browse files Browse the repository at this point in the history
  • Loading branch information
jordangarcia committed Nov 3, 2015
2 parents 22bedfb + 77ced5e commit f979b20
Show file tree
Hide file tree
Showing 9 changed files with 1,306 additions and 849 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.2.0 (November 1, 2015)

- **[NEW]** Exposed new API methods: `batchStart` and `batchStop`.
- **[NEW]** Changed the transpiler to Babel.
- **[FIXED]** Completely refactored `Reactor`, `Evaluator` and `ChangeObserver`.
- **[FIXED]** Fixed all issues related to hash code collisions.
- **[FIXED]** Refactored how change observation works to be much more efficient.

## 1.1.2 (October 5, 2015)

- **[FIXED]** Fix for observer iteration when removed during notify. [Issue #151](https://github.com/optimizely/nuclear-js/issues/151)
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.1.2",
"version": "1.2.0",
"homepage": "https://github.com/optimizely/nuclear-js",
"authors": [
"Jordan Garcia"
Expand Down
Loading

0 comments on commit f979b20

Please sign in to comment.