Skip to content

Commit 1398fdf

Browse files
committed
Merge pull request #184 from bhamodi/master
1.2.0 RELEASE.
2 parents 2f8b46b + bf7f962 commit 1398fdf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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"

package.json

Lines changed: 1 addition & 1 deletion
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
"description": "Immutable, reactive Flux architecture. UI Agnostic.",
55
"main": "dist/nuclear.js",
66
"scripts": {

0 commit comments

Comments
 (0)