Skip to content

Releases: noahweasley/Node-User-Settings

v1.5.3

25 Jan 09:45

Choose a tag to compare

Ignored unnecessary files that are not useful to the users of this module

v1.5.2

24 Jan 15:15

Choose a tag to compare

Improved documentation

v1.5.1

05 Jan 17:08

Choose a tag to compare

Fixed documentation; added missing description of initialization methods

v1.5.0

05 Jan 04:29

Choose a tag to compare

  • preferenceFileName is no longer deprecated. Use preferenceDir, fileName and fileExt to set the file name to be used to persist settings, if you want to split the preference directory, filename and extension.

  • Specifying only preferenceFileName in options is the same as calling settings.setDefaultPreferenceFilePath()Removed deprecation on preferenceFileName in options

v1.4.4

03 Jan 07:54

Choose a tag to compare

Ignored coverage files, coverage files were accidently pushed to NPM, thereby increasing package size

v1.4.3

03 Jan 00:12

Choose a tag to compare

  • 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

27 Dec 02:55

Choose a tag to compare

Update docs

v1.4.1

15 Dec 16:42

Choose a tag to compare

  • 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() and setDefaultPreferenceFilePath() now return normalized paths

v1.4.0

09 Dec 07:31

Choose a tag to compare

  • optimized code
  • add default intialization require().defaults
  • add getTempPreferenceOptionalFilePath()
  • improved documentation

v1.3.1

06 Dec 13:32

Choose a tag to compare

fix docs