Releases: darky/backbone.linear
Releases · darky/backbone.linear
colorize doc
0.6.1
Breaking change - safe: true in `flat_options` and `Backbone.Linear_Model.flatten` by default
I noticed, that in most cases more conveniently to work with simple arrays instead "objectified-arrays"
Therefore:
flat_options : {
safe : true
}
Default behavior now.
For backward compatibility may have to set:
flat_options : {
safe : false
}
If you expect, that arrays will be automatically objectified
Note: In static helper Backbone.Linear_Model.flatten
safe : true
by default too
update deps
0.5.3
Hot fix
Little changes
- Now sourcemaps includes in main compiled backbone.linear.js
Complex stability
All own functional test passed
Stability
Static helpers
-
private methods
flatten
,unflatten
take out as static:Backbone.Linear_Model.flatten(target, options)
Backbone.Linear_Model.unflatten(target, options)
delimiter
,safe
,object
can used viaoptions
-
flat engine fully test coverage