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+ - ** [ FIXED] ** Completely refactored ` Reactor ` , ` Evaluator ` and ` ChangeObserver ` .
4+ - ** [ FIXED] ** Fixed all issues related to hash code collisions.
5+ - ** [ FIXED] ** Refactored how change observation works to be much more efficient.
6+ - ** [ NEW] ** Changed the transpiler to Babel.
7+ - ** [ NEW] ** Exposed new API endpoints: ` batchStart ` and ` batchStop ` .
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 )
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments