Skip to content

Commit f979b20

Browse files
committed
Merge branch 'master' into lyonlai-group-by-getter
2 parents 22bedfb + 77ced5e commit f979b20

9 files changed

+1306
-849
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.2.0 (November 1, 2015)
2+
3+
- **[NEW]** Exposed new API methods: `batchStart` and `batchStop`.
4+
- **[NEW]** Changed the transpiler to Babel.
5+
- **[FIXED]** Completely refactored `Reactor`, `Evaluator` and `ChangeObserver`.
6+
- **[FIXED]** Fixed all issues related to hash code collisions.
7+
- **[FIXED]** Refactored how change observation works to be much more efficient.
8+
19
## 1.1.2 (October 5, 2015)
210

311
- **[FIXED]** Fix for observer iteration when removed during notify. [Issue #151](https://github.com/optimizely/nuclear-js/issues/151)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuclear-js",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"homepage": "https://github.com/optimizely/nuclear-js",
55
"authors": [
66
"Jordan Garcia"

0 commit comments

Comments
 (0)