Releases: vladimiry/fs-json-store
Releases · vladimiry/fs-json-store
v8.0.1
v8.0.0
v7.0.2
v7.0.1
v7.0.0
Breaking changes:
- Change default atomic write options to (disabling chmod/chown calling by default, same options values were used before but got changed in v6):
fsync: true,
disableChmod: true, // now enabled by default
disableChown: true, // now enabled by default
v6.0.0
v3.0.0 => v6.0.0 changelog:
- 7152b64
- fc0c737
- 0373829 (breaking change):
- Drop built-in "memfs"-based implementation. So if "memory fs" is needed it should be passed from outside to store constructor.
- Enable "fsync" by default for the default / built-in file system (regular node's "fs" module + atomic write + fs-no-eperm-anymore).
- update dependencies
v6.0.0-beta4
raise es5 => es2017 typescript target * so native async/await calls gets generated * node 10+ restriction was introduced before in 3.0.0
v6.0.0-beta3
enable suppor for "lockfilePathResolver" and "lockfileRealpath" options * see options description in https://github.com/moxystudio/node-proper-lockfile
v6.0.0-beta2
v6.0.0-beta1
See breaking changes in the comment of 0373829 commit.