All Versions
35
Latest Version
Avg Release Cycle
77 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.4 Changes
- ๐ Fixes #516; this version should always load the correct driver without that bug.
-
v1.3 Changes
- We now use ES6 for our source code and
webpack
to bundle thedist/
files.
- We now use ES6 for our source code and
-
v1.0 Changes
- It is no longer necessary to queue commands using
ready()
when using RequireJS. (723cc94e06) - ๐
setDriver
now accepts an array of drivers to be used, in order of preference, instead of simply a string. The string option is still supported. (eg. now one can usesetDriver(['WebSQL', 'localStorage'])
instead ofsetDriver('WebSQL')
) - ๐
node-style, error-first argument method signatures are used for callbacks. Promises don't use error-first method signatures; instead they supply an error to the promise's
reject()
function.
- It is no longer necessary to queue commands using
-
v0.9 Changes
๐ This release drops support for some legacy browsers, though not actually the ๐ ones you might think. localForage's new policy is to support the current ๐ version of all major browsers plus up to three versions back.
- โ Add built versions without the Promises polyfill to
dist/
directory. (#172) - โฌ๏ธ Drop support for Firefox 3.5. Minimum version is now Firefox 25. (Technically, Firefox 4+ seems to work.)
- โฌ๏ธ Drop support for Chrome 31 and below. Minimum version is now Chrome 32.
- Fix a lot of bugs. Especially in Internet Exploder.
- โ Switch to Mocha tests and test on Sauce Labs.
- โ Add a
keys()
method. (#180) - Check for localStorage instead of assuming it's available. (#183)
- โ Add built versions without the Promises polyfill to
-
v0.6.1 Changes
- Put built versions back in
dist/
directory.
- Put built versions back in