mirror of
https://github.com/localForage/localForage.git
synced 2026-02-01 15:32:04 +00:00
2.6 KiB
2.6 KiB
About this CHANGELOG
This file will include all API breakage, new features, and upgrade info in localForage's lifetime.
Version 0.6.1
- Put built versions back in
dist/directory.
Version 0.6.0
- Add
localforage.config. (#40) - Fix iFrame bug in WebKit. (#78)
- Improve error handling. (#60)
- Remove support for
window.localForageConfig. (#135)
Version 0.4.0
- Built versions of localForage are now in the top-level directory. (2d11c90)
Version 0.3.0
Version 0.2.1
- Allow configuration of WebSQL DB size (commit)
- Use bower for JS dependencies instead of
vendor/folder (#109)
Version 0.2.0
Version 0.1.1
- Added config options to allow users to set their own database names, etc. (#100)
March 16th, 2014
- Moved Backbone adapter to its own repository (b7987b3091855379d4908376b668b4b51a6fedfe)
March 13th, 2014
- Changed
localforage.driverto a function instead of the string directly (49415145021b0029d2521182de6e338e048fe5b1)
March 4th, 2014
- Changed the IndexedDB database name from
asyncStoragetolocalforage(f4e0156a29969a79005ac27b303d7e321a720fc6)