All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.4 (2024-04-23)
- security issue with lodash (6d15e65)
4.0.3 (2024-04-11)
- security issue with lodash (6d15e65)
4.0.2 (2020-06-27)
- Fix module export for node (9064b0f)
4.0.1 (2020-06-20)
4.0.0 (2020-06-07)
has()
is now async. UsehasSync()
for sync.get()
is now async. UsegetSync()
for sync.set()
is now async. UsesetSync()
for sync.delete()
has been removed. Useunset()
instead, orunsetSync()
for sync.setPath()
has been removed. Useconfigure()
instead.clearPath()
has been removed. Useconfigure()
instead.getAll()
has been removed. Useget()
instead.setAll()
has been removed. Useset()
instead.deleteAll()
has been removed. Useunset()
instead.- The default settings file name has been changed from
Settings
tosettings.json
. - Key path observers have been removed.
- Electron Settings v4 (6199f8b)