From 344020742a25564192b34b658dcd184ca1f41f42 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Sat, 3 Mar 2018 10:08:17 +0200 Subject: [PATCH] chore: Release version 1.6.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ bower.json | 2 +- component.json | 2 +- dist/localforage.js | 2 +- dist/localforage.min.js | 2 +- dist/localforage.nopromises.js | 2 +- dist/localforage.nopromises.min.js | 2 +- package.json | 2 +- 8 files changed, 28 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 733b8e99..a5cb65b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/bower.json b/bower.json index 0ef72446..4118c8e3 100644 --- a/bower.json +++ b/bower.json @@ -25,5 +25,5 @@ "assert": "~0.1.0", "modernizr": "~2.8.1" }, - "version": "1.5.4" + "version": "1.6.0" } diff --git a/component.json b/component.json index df5750cb..0536a430 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "localforage", - "version": "1.5.4", + "version": "1.6.0", "dependencies": { "then/promise": "5.0.0" }, diff --git a/dist/localforage.js b/dist/localforage.js index 6344a2b5..03cbf318 100644 --- a/dist/localforage.js +++ b/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 */ diff --git a/dist/localforage.min.js b/dist/localforage.min.js index e8ca6f47..1c66044b 100644 --- a/dist/localforage.min.js +++ b/dist/localforage.min.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 */ diff --git a/dist/localforage.nopromises.js b/dist/localforage.nopromises.js index 9f1e85d5..909e760c 100644 --- a/dist/localforage.nopromises.js +++ b/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 */ diff --git a/dist/localforage.nopromises.min.js b/dist/localforage.nopromises.min.js index 6d3aae2b..a151944b 100644 --- a/dist/localforage.nopromises.min.js +++ b/dist/localforage.nopromises.min.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 */ diff --git a/package.json b/package.json index 6c30811b..792d930f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "storage", "websql" ], - "version": "1.5.4", + "version": "1.6.0", "homepage": "https://github.com/localForage/localForage", "repository": { "type": "git",