From f638d1bc76fce44936a8c2fcb413c9f4a035b87a Mon Sep 17 00:00:00 2001 From: Vladislav Botvin Date: Tue, 17 Jun 2014 16:11:57 +0400 Subject: [PATCH] bump 0.3.0 --- README.md | 9 +++++++++ bower.json | 2 +- component.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bf7e84..c697ddc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bower.json b/bower.json index 5f65178..0b8b4f5 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/component.json b/component.json index 0c21ada..ba01ff2 100644 --- a/component.json +++ b/component.json @@ -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", diff --git a/package.json b/package.json index b6996eb..6949f0a 100644 --- a/package.json +++ b/package.json @@ -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.",