electron-settings
Advanced tools
Changelog
4.0.0 (2020-06-07)
has()
is now async. Use hasSync()
for sync.get()
is now async. Use getSync()
for sync.set()
is now async. Use setSync()
for sync.delete()
has been removed. Use unset()
instead, or
unsetSync()
for sync.setPath()
has been removed. Use configure()
instead.clearPath()
has been removed. Use configure()
instead.getAll()
has been removed. Use get()
instead.setAll()
has been removed. Use set()
instead.deleteAll()
has been removed. Use unset()
instead.Settings
to settings.json
.Changelog
4.0.0 (2020-06-07)
has()
is now async. Use hasSync()
for sync.get()
is now async. Use getSync()
for sync.set()
is now async. Use setSync()
for sync.delete()
has been removed. Use unset()
instead, or
unsetSync()
for sync.setPath()
has been removed. Use configure()
instead.clearPath()
has been removed. Use configure()
instead.getAll()
has been removed. Use get()
instead.setAll()
has been removed. Use set()
instead.deleteAll()
has been removed. Use unset()
instead.Settings
to settings.json
.