Skip to content

Commit

Permalink
chore: Release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thgreasi committed Mar 3, 2018
1 parent 7404ea5 commit 3440207
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,27 @@
This file will include all API breakage, new features, and upgrade info in
localForage's lifetime.

### [1.6](https://github.com/mozilla/localForage/releases/tag/1.6.0)

* Add `dropInstance()` method to localforage.
* Improve IDB driver reliability when a connection gets closed.

### [1.5.7]

* Fix IE8 localStorage support detection.

### [1.5.6]

* Upgrade lie to 3.1.1 to work with yarn.

### [1.5.5]

* Roll back dropInstance breaking change.

### [1.5.4]

* Set `null` as `undefined` (for Edge).

### [1.5.3]

* Check whether localStorage is actually usable.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -25,5 +25,5 @@
"assert": "~0.1.0",
"modernizr": "~2.8.1"
},
"version": "1.5.4"
"version": "1.6.0"
}
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "localforage",
"version": "1.5.4",
"version": "1.6.0",
"dependencies": {
"then/promise": "5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.js
@@ -1,6 +1,6 @@
/*!
localForage -- Offline Storage, Improved
Version 1.5.4
Version 1.6.0
https://localforage.github.io/localForage
(c) 2013-2017 Mozilla, Apache License 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/localforage.nopromises.js
@@ -1,6 +1,6 @@
/*!
localForage -- Offline Storage, Improved
Version 1.5.4
Version 1.6.0
https://localforage.github.io/localForage
(c) 2013-2017 Mozilla, Apache License 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.nopromises.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"storage",
"websql"
],
"version": "1.5.4",
"version": "1.6.0",
"homepage": "https://github.com/localForage/localForage",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3440207

Please sign in to comment.