Skip to content

Releases: boneskull/snapshot-fs

snapshot-fs: v5.0.1

08 Feb 01:51
Compare
Choose a tag to compare

5.0.1 (2025-02-08)

Bug Fixes

  • docs: update README with info for v5 (49e4181)

snapshot-fs: v5.0.0

08 Feb 01:08
9e972b2
Compare
Choose a tag to compare

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 of cbor, cjson, or json. The default format is now CJSON, which was what you'd get if you used --binary previously. json is DirectoryJSON 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). The export 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

31 Jan 00:45
Compare
Choose a tag to compare

4.0.0 (2025-01-31)

⚠ BREAKING CHANGES

  • createSnapshot() now resolves with a JsonUint8Array<SnapshotNode> value instead of a string.

Bug Fixes

  • deps: remove direct dependency on glob (c04c976)
  • deps: remove direct dependency on is-binary-path (a4269b8)
  • handle symlinks (56d17b9)

snapshot-fs: v3.1.2

27 Jan 23:22
Compare
Choose a tag to compare

3.1.2 (2025-01-27)

Bug Fixes

snapshot-fs: v3.1.1

14 Jan 23:49
Compare
Choose a tag to compare

3.1.1 (2025-01-14)

Bug Fixes

snapshot-fs: v3.1.0

14 Jan 23:35
Compare
Choose a tag to compare

3.1.0 (2025-01-14)

Features

  • export: support DirectoryJSON exports (07fb5c4)

Bug Fixes

  • cli: fix unrunnable CLI with binary flag (55a0788)

snapshot-fs: v3.0.0

14 Jan 21:42
Compare
Choose a tag to compare

3.0.0 (2025-01-14)

⚠ BREAKING CHANGES

  • export: Node.js v22.13.0 is now the minimum version. The CLI commands have changed.

Features

snapshot-fs: v2.0.0

13 Jan 20:54
Compare
Choose a tag to compare

2.0.0 (2025-01-13)

⚠ BREAKING CHANGES

  • This drops support for Node.js v20.x.

Bug Fixes

Miscellaneous Chores

  • drop support for Node.js v20 (aaaa6d9)

snapshot-fs: v1.0.7

07 Jan 22:58
Compare
Choose a tag to compare

1.0.7 (2025-01-06)

Bug Fixes

  • deps: update dependency memfs to v4.15.1 (#226) (2ef2abc)
  • deps: update dependency memfs to v4.15.2 (#231) (b0f820a)
  • deps: update dependency memfs to v4.15.3 (#233) (b8cb80b)

snapshot-fs: v1.0.6

19 Dec 20:36
Compare
Choose a tag to compare

1.0.6 (2024-12-19)

Bug Fixes

  • deps: update dependency memfs to v4.14.1 (#202) (de94b0e)
  • deps: update dependency memfs to v4.15.0 (#207) (c94a33b)