Releases: anyTV/electron-settings
Releases · anyTV/electron-settings
Release list
v3.1.4
v3.1.3
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