github sindresorhus/electron-store v7.0.0

latest releases: v9.0.0, v8.2.0, v8.1.0...
3 years ago

Breaking

  • Require Electron 11 7beffc1
    • It will most likely still work on Electron 9 and up, but I'm not interested in providing support for versions older than Electron 11.
  • Make the clearInvalidConfig option false by default 76efa82
  • Fix compatibility with Electron 12 (and remove use of electron.remote) (#157) 191ae04
    • If you create a store that is imported into both the main and renderer process, you don't have to do anything. If you only create a store in the renderer process, you need to manually call Store.initRenderer() in the main process.
  • Update ajv to version 7. This might affect you if you're using the schema option.

v6.0.1...v7.0.0

Don't miss a new electron-store release

NewReleases is sending notifications on new releases.