Skip to content

Commit

Permalink
bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Botvin authored and Vladislav Botvin committed Jun 17, 2014
1 parent 1c3c012 commit f638d1b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,15 @@ Guarantees the creation of array:

**Note: When using `force_array` - option `safe` set to `true` automatically**

## Helpers

You can manually flatten, unflatten objects via static helpers:

Backbone.Linear_Model.flatten(target, options)
Backbone.Linear_Model.unflatten(target, options)

As options you can use `delimiter`, `safe`, `object`, that described above

## Dependencies

Backbone >= 0.9.9
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbone.linear",
"main": "backbone.linear.js",
"version": "0.2.3",
"version": "0.3.0",
"homepage": "https://github.com/darrrk/backbone.linear",
"authors": [
"Vladislav Botvin <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "backbone.linear",
"version" : "0.2.3",
"version" : "0.3.0",
"description" : "Easiest way to work with your Backbone.Model nested array-object attributes.",
"keywords" : [
"backbone",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.linear",
"version": "0.2.3",
"version": "0.3.0",
"main": "backbone.linear.js",
"license": "MIT",
"description": "Easiest way to work with your Backbone.Model nested array-object attributes.",
Expand Down

0 comments on commit f638d1b

Please sign in to comment.