localForage v1.6.0 Release Notes

Release Date: 2018-03-03 // about 6 years ago
  • ➕ Adds dropInstance() method to localforage.
    This will be an optional method for custom drivers to preserve compatibility in an effort to not make this a breaking change. Custom driver that doesn't provide the dropInstance() method will reject with a respective error when this method is invoked.

    ⬆️ Further improves IDB driver reliability by trying to reestablish closed connections or upgraded stores.