Skip to content

Releases: darky/backbone.linear

colorize doc

26 Nov 19:20
Compare
Choose a tag to compare
0.6.1

Breaking change - safe: true in `flat_options` and `Backbone.Linear_Model.flatten` by default

16 Oct 17:40
Compare
Choose a tag to compare

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

30 Aug 15:05
Compare
Choose a tag to compare
0.5.3

Hot fix

23 Jun 16:47
Compare
Choose a tag to compare

force_array correctly processes object

Little changes

22 Jun 18:02
Compare
Choose a tag to compare
  • Now sourcemaps includes in main compiled backbone.linear.js

Complex stability

20 Jun 13:36
Compare
Choose a tag to compare

All own functional test passed

Stability

17 Jun 14:57
Compare
Choose a tag to compare

Backbone 1.1.2 full test coverage

Static helpers

17 Jun 12:17
Compare
Choose a tag to compare
  • 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 via options

  • flat engine fully test coverage

Hot fix

17 Jun 11:10
Compare
Choose a tag to compare

properly work in node.js

Hot fix

16 Jun 21:29
Compare
Choose a tag to compare

Browser build throws error