Skip to content

Releases: anyTV/electron-settings

Release list

v3.1.4

Choose a tag to compare

@votuanphong1983 votuanphong1983 released this 09 Nov 06:34
06d0e66

Fix delete api

v3.1.3

Choose a tag to compare

@angels2it angels2it released this 28 Jul 06:55
d9996d9
Vn 236 raise event for parent when children value is changed (#6)

* Fix issue: electron-settings does not populate to watch handler at the first time when setting file is loaded

* Raise event for parent path if children value  is changed. E.g

settings.watch('foo') => will be populated if user set settings.set('foo.bar', newValue)

* revert the notification paths

* reverts loop instead of use '_.reverse'

* Fix Allen's comment