Releases: noahweasley/Node-User-Settings
Releases · noahweasley/Node-User-Settings
v1.5.3
v1.5.2
Improved documentation
v1.5.1
Fixed documentation; added missing description of initialization methods
v1.5.0
-
preferenceFileNameis no longer deprecated. UsepreferenceDir,fileNameandfileExtto set the file name to be used to persist settings, if you want to split the preference directory, filename and extension. -
Specifying only
preferenceFileNameinoptionsis the same as callingsettings.setDefaultPreferenceFilePath()Removed deprecation onpreferenceFileNamein options
v1.4.4
Ignored coverage files, coverage files were accidently pushed to NPM, thereby increasing package size
v1.4.3
- update test; fix bugs in tests. Found failing tests
- fixed the "file descriptor instead of file path to create preference file" bug in the source code.
v1.4.2
Update docs
v1.4.1
- Improved documentation
- Fixed bug in callback-based methods, an error occurs while the user clears all data in the preference file
- Fixed bug while writing to a non-default preference file
getTempPreferenceOptionalFilePath()andsetDefaultPreferenceFilePath()now return normalized paths
v1.4.0
- optimized code
- add default intialization
require().defaults - add
getTempPreferenceOptionalFilePath() - improved documentation
v1.3.1
fix docs