All Versions
35
Latest Version
Avg Release Cycle
77 days
Latest Release
-

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 the dist/ files.
  • v1.2 Changes

    • ๐Ÿ›  Iterate through the entire database using iterate(). (#283; fixes #186)
  • v1.1 Changes

    • ๐Ÿ›  Custom drivers can be created using defineDriver(). (#282; fixes #267)
  • v1.0.3 Changes

    • ๐Ÿ›  config() accepts a new option: driver, so users can set the driver during config rather than using setDriver(). (#273; fixes #168)
  • 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 use setDriver(['WebSQL', 'localStorage']) instead of setDriver('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.
  • 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)
  • v0.8 Changes

    • โž• Add support for web workers. (#144, #147).
  • v0.6.1 Changes

    • Put built versions back in dist/ directory.
  • v0.6.0 Changes

    • โž• Add localforage.config. (#40)
    • ๐Ÿ›  Fix iFrame bug in WebKit. (#78)
    • ๐Ÿ‘Œ Improve error handling. (#60)
    • โœ‚ Remove support for window.localForageConfig. (#135)