This file will include all API breakage, new features, and upgrade info in localForage's lifetime.
- Allow configuration of WebSQL DB size (commit)
- Use bower for JS dependencies instead of
vendor/
folder (#109)
- Added config options to allow users to set their own database names, etc. (#100)
- Moved Backbone adapter to its own repository (b7987b3091855379d4908376b668b4b51a6fedfe)
- Changed
localforage.driver
to a function instead of the string directly (49415145021b0029d2521182de6e338e048fe5b1)
- Changed the IndexedDB database name from
asyncStorage
tolocalforage
(f4e0156a29969a79005ac27b303d7e321a720fc6)