Electron Store Versions Save

Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc

v6.0.1

3 years ago
  • Fix the migration feature (#143) dced818 Turns out it never worked properly...

https://github.com/sindresorhus/electron-store/compare/v6.0.0...v6.0.1

v6.0.0

3 years ago

Breaking

  • Require Electron 7 and later a066c03 This is the oldest version supported by the Electron team.

Improvements

  • Upgrade conf dependency b29a67e This fixes a file writing problem on Windows.

https://github.com/sindresorhus/electron-store/compare/v5.2.0...v6.0.0

v5.2.0

3 years ago
  • Improve Electron 9 compatibility (#119) 5e644eb

https://github.com/sindresorhus/electron-store/compare/v5.1.1...v5.2.0

v5.1.1

4 years ago

v5.1.0

4 years ago

https://github.com/sindresorhus/electron-store/compare/v5.0.0...v5.1.0

v5.0.0

4 years ago

Breaking for TypeScript users

Enhancements

Fixes

https://github.com/sindresorhus/electron-store/compare/v4.0.0...v5.0.0

v4.0.0

4 years ago

Breaking:

  • Require Electron 5 0540766

Enhancements:

  • Fix deprecated crypto.createDecipher() and crypto.createCipher() Node.js warnings (#72) 8261b92 Node.js deprecated the above APIs and we had to do encryption for the encryptionKey option differently. electron-store should be able to read both the new and old encryption format and it will write the new encryption format if you change any config. The migration is fully automatic, but please test your app thoroughly in case there are any issues.

https://github.com/sindresorhus/electron-store/compare/v3.3.0...v4.0.0

v3.3.0

4 years ago

Enhancements:

  • Add accessPropertiesByDotNotation option 0dd4164
  • Add .onDidAnyChange() method 0dd4164

https://github.com/sindresorhus/electron-store/compare/v3.2.0...v3.3.0

v3.2.0

5 years ago