Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit 743f61d

Browse files
committed
Release version 1.4.2
1 parent dc720cd commit 743f61d

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### 1.4.2 / 2017-07-28
1+
### 1.4.2 / 2017-07-30
22

3-
* Added options to model creation - supports integration in systems with custom backbone models
3+
* Merge #156: Pass options to model creation - supports integration in systems with custom backbone models (@paaddyy)
44

55
### 1.4.1 / 2016-04-18
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Backbone dualStorage Adapter v1.4.1
1+
Backbone dualStorage Adapter v1.4.2
22
===================================
33

44
A dualStorage adapter for Backbone. It's a drop-in replacement for Backbone.Sync() to handle saving to a localStorage database as a cache for the remote models.

backbone.dualstorage.amd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backbone.dualstorage.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###
2-
Backbone dualStorage Adapter v1.4.1
2+
Backbone dualStorage Adapter v1.4.2
33
44
A simple module to replace `Backbone.sync` with *localStorage*-based
55
persistence. Models are given GUIDS, and saved into a JSON object. Simple

backbone.dualstorage.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Backbone.dualStorage",
33
"main": "backbone.dualstorage.js",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"homepage": "https://github.com/nilbus/Backbone.dualStorage",
66
"authors": [
77
"Edward Anderson <nilbus@nilbus.com>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Backbone.dualStorage",
33
"main": "backbone.dualstorage.js",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"homepage": "https://github.com/nilbus/Backbone.dualStorage",
66
"authors": [
77
"Edward Anderson <nilbus@nilbus.com>",

spec/backbone.dualstorage.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)