All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
3.0.7 - 2017-07-27
- Decode URI encoded file names on
.keys()
3.0.6 - 2017-06-29
- Ensure parallel writes don't corrupt the data.
3.0.5 - 2017-04-14
- Make the module work on Spectron tests.
3.0.4 - 2017-03-30
- Get rid of
exists-file
, which is known to cause UglifyJS issues.
3.0.3 - 2017-03-30
- Remove ES6 features from the codebase.
3.0.2 - 2017-03-24
- Ignore
.DS_Store
in settings directory - Include the invalid error object on "invalid data" errors
3.0.1 - 2017-01-30
- Don't throw
ENOENT
on.getAll()
if the user data path directory doesn't exist.
3.0.0 - 2017-01-08
- Store settings inside a
storage/
directory insideuserPath
.
2.1.1 - 2017-01-08
- Don't throw
ENOENT
on.set()
ifuserPath
doesn't exist.
2.1.0 - 2016-11-13
- Implement
.getAll()
. - Implement
.getMany()
.
2.0.3 - 2016-10-27
- Change
let
tovar
for compatibility purposes.
2.0.2 - 2016-10-24
- Fix "Callback has already been called" error in
.get()
.
2.0.1 - 2016-10-05
- Prevent errors when using reserved characters in keys in Windows.
2.0.0 - 2016-02-26
- Ignore
GPUCache
key, saved by Electron.
- Remove promises support.
1.1.0 - 2016-02-17
- Implement
.keys() function
.
- Fix error when requiring this module from the renderer process.