Releases: boneskull/snapshot-fs
Releases · boneskull/snapshot-fs
snapshot-fs: v5.0.1
snapshot-fs: v5.0.0
5.0.0 (2025-02-08)
⚠ BREAKING CHANGES
- The CLI options have changed;
--binary
is now replaced by a--format
option which can be one ofcbor
,cjson
, orjson
. The default format is now CJSON, which was what you'd get if you used--binary
previously.json
isDirectoryJSON
output, which will now print a warning about it being a lossy format.cbor
is a pure-binary format (look it up on Wikipedia) and results in smaller files and faster (de-)serialization than CJSON.--dir
is now--source
.--json-root
has been removed (and may be restored later). Theexport
subcommand now supports a--dry-run
flag, which will print what would be exported and how it affects existing files. Added the--separator
option, though this needs further testing on Windows.
Features
snapshot-fs: v4.0.0
snapshot-fs: v3.1.2
snapshot-fs: v3.1.1
snapshot-fs: v3.1.0
snapshot-fs: v3.0.0
snapshot-fs: v2.0.0
2.0.0 (2025-01-13)
⚠ BREAKING CHANGES
- This drops support for Node.js v20.x.
Bug Fixes
- deps: update dependency glob to v11.0.1 (#246) (d39151d)
- deps: update dependency memfs to v4.16.0 (#244) (a0cae77)
- deps: update dependency memfs to v4.17.0 (#245) (cdb8012)
- mkdir output file (2007348), closes #223
Miscellaneous Chores
- drop support for Node.js v20 (aaaa6d9)