Skip to content

Latest commit

 

History

History
163 lines (94 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

163 lines (94 loc) · 4.21 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

4.0.2 - 2017-10-20

Changed

  • Ensure the options argument always defaults to an empty object.

4.0.1 - 2017-10-19

Changed

  • Don't throw if the user doesn't pass a callback function.

4.0.0 - 2017-10-18

Changed

  • React to external changes to the userData path.
  • Replace storage.DEFAULT_DATA_PATH with storage.getDefaultDataPath().

3.2.0 - 2017-10-07

Added

  • Add dataPath options to every function.

3.1.1 - 2017-09-27

Changed

  • Replace asterisks with hyphens in file names to avoid Windows path problems.

3.1.0 - 2017-08-29

Added

  • Support storing values in a custom directory.

3.0.7 - 2017-07-27

Changed

  • Decode URI encoded file names on .keys()

3.0.6 - 2017-06-29

Changed

  • Ensure parallel writes don't corrupt the data.

3.0.5 - 2017-04-14

Changed

  • Make the module work on Spectron tests.

3.0.4 - 2017-03-30

Changed

  • Get rid of exists-file, which is known to cause UglifyJS issues.

3.0.3 - 2017-03-30

Changed

  • Remove ES6 features from the codebase.

3.0.2 - 2017-03-24

Changed

  • Ignore .DS_Store in settings directory
  • Include the invalid error object on "invalid data" errors

3.0.1 - 2017-01-30

Changed

  • Don't throw ENOENT on .getAll() if the user data path directory doesn't exist.

3.0.0 - 2017-01-08

Changed

  • Store settings inside a storage/ directory inside userPath.

2.1.1 - 2017-01-08

Changed

  • Don't throw ENOENT on .set() if userPath doesn't exist.

2.1.0 - 2016-11-13

Added

  • Implement .getAll().
  • Implement .getMany().

2.0.3 - 2016-10-27

Changed

  • Change let to var for compatibility purposes.

2.0.2 - 2016-10-24

Changed

  • Fix "Callback has already been called" error in .get().

2.0.1 - 2016-10-05

Changed

  • Prevent errors when using reserved characters in keys in Windows.

2.0.0 - 2016-02-26

Changed

  • Ignore GPUCache key, saved by Electron.

Removed

  • Remove promises support.

1.1.0 - 2016-02-17

Added

  • Implement .keys() function.

Changed

  • Fix error when requiring this module from the renderer process.