Skip to content

Releases: alex8088/electron-conf

v1.2.1

21 Aug 13:46
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v1.2.0

11 Aug 07:58
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v1.1.0

22 May 14:41
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v1.0.0

20 May 13:20
Compare
Choose a tag to compare

Another electron-store, minimal fork of conf, with more features.

electron-conf is a fork of conf (behind electron-store). What we try to achieve in this library, is to eliminate some dependencies and features that our target users don't need, and is designed only for Electron.

  • ✅ Minimal and simple
  • ✅ Read data form disk once, ~100x faster
  • ✅ Simpler migration strategy
  • ✅ Safer to use it in Electron renderer (no nodeIntegration)
  • ✅ Written in TypeScript, and support CommonJS and ESM. For Electron 13.x and higher.
  • ❌ No watch
  • ❌ No encryption

Please refer to CHANGELOG.md for details.