summaryrefslogtreecommitdiff
path: root/www/lib/localforage/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/localforage/CHANGELOG.md')
-rw-r--r--www/lib/localforage/CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/lib/localforage/CHANGELOG.md b/www/lib/localforage/CHANGELOG.md
index 6dcc68c7..59e6cce0 100644
--- a/www/lib/localforage/CHANGELOG.md
+++ b/www/lib/localforage/CHANGELOG.md
@@ -3,6 +3,18 @@
This file will include all API breakage, new features, and upgrade info in
localForage's lifetime.
+### [1.5](https://github.com/mozilla/localForage/releases/tag/1.5.0)
+* **Major storage engine change for Safari**: We now use IndexedDB as the storage engine for Saferi v10.1 (and above). This means sites using localForage for data storage with users using Safari `< 10.1` will experience "data loss". In fact no data is lost but the engine will change so localForage will seem empty. You can still force a connection to WebSQL using [localForage's config](https://localforage.github.io/localForage/#settings-api-setdriver) to either keep using your existing WebSQL database or migrate to IndexedDB.
+
+### [1.4.2](https://github.com/mozilla/localForage/releases/tag/1.4.2)
+* Fixes #562.
+
+### [1.4.1](https://github.com/mozilla/localForage/releases/tag/1.4.1)
+* Fixes #520; browserify builds work propertly
+
+### [1.4](https://github.com/mozilla/localForage/releases/tag/1.4.0)
+* Fixes #516; this version should always load the correct driver without that bug.
+
### [1.3](https://github.com/mozilla/localForage/releases/tag/1.3.0)
* We now use ES6 for our source code and `webpack` to bundle the `dist/` files.