Skip to content

Releases: yeoman/configstore

v7.0.0

13 Jul 22:08
Compare
Choose a tag to compare

Breaking

Improvements

v6.0.0...v7.0.0

v6.0.0

05 Apr 08:35
Compare
Choose a tag to compare

Breaking

Improvements

v5.0.1...v6.0.0

v3.1.5

16 Aug 19:23
v3.1.5
c495e26
Compare
Choose a tag to compare
  • Roll back to usage of official dot-prop module now that it has a legacy release line

v3.1.4

14 Aug 19:27
v3.1.4
4c36f27
Compare
Choose a tag to compare
  • Removed usage of dependency alias to avoid breaking old npm clients in legacy-v3

v3.1.3

14 Aug 15:54
v3.1.3
6f95459
Compare
Choose a tag to compare

v5.0.1

13 Feb 17:44
Compare
Choose a tag to compare

v5.0.0...v5.0.1

v5.0.0

11 Jun 18:24
Compare
Choose a tag to compare

Breaking:

v4.0.0...v5.0.0

v4.0.0

28 Jul 16:02
Compare
Choose a tag to compare
  • Require Node.js 6. d9b3257
  • Do not create a file on read if it doesn't exist. b8d6372
  • Add configPath option. 0dc1a8f

v3.1.2...v4.0.0

3.0.0

13 Feb 13:24
Compare
Choose a tag to compare

Breaking changes:

  • Removes the .del() method which was renamed to .delete()
  • Now requires Node.js 4 or later.

2.1.0...v3.0.0

2.1.0

01 Sep 04:19
Compare
Choose a tag to compare
  • Add .has() method
  • Rename .del() to .delete() while preserving backwards compatibility