File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## 1.1.2 (October 5, 2015)
2
10
3
11
- ** [ FIXED] ** Fix for observer iteration when removed during notify. [ Issue #151 ] ( https://github.com/optimizely/nuclear-js/issues/151 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuclear-js" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"homepage" : " https://github.com/optimizely/nuclear-js" ,
5
5
"authors" : [
6
6
" Jordan Garcia"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuclear-js" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " Immutable, reactive Flux architecture. UI Agnostic." ,
5
5
"main" : " dist/nuclear.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments