changelog.md for @push.rocks/smartfs

2026-03-06 - 1.5.0 - feat(rust-provider)

add cross-runtime Rust provider tests and docs; simplify bridge event handling and bump tstest

2026-03-05 - 1.4.0 - feat(rust-provider)

Add Rust-backed provider with XFS-safe durability via IPC bridge, TypeScript provider, tests and docs

2026-03-05 - 1.3.3 - fix(smartfs.provider.node)

replace synchronous readdirSync with async await fs.readdir for directory listings in the Node provider to avoid blocking the event loop

2026-03-05 - 1.3.2 - fix(provider(node))

use synchronous readdir to avoid partial results on some filesystems (e.g., XFS) when the process receives signals

2025-12-16 - 1.3.1 - fix(docs)

docs(readme): add "Directory Copy & Move" section with examples and options

2025-12-16 - 1.3.0 - feat(smartfs.directory)

feat(smartfs.directory): add directory copy/move with conflict handling and options

2025-12-02 - 1.2.0 - feat(smartfs.directory)

Add directory treeHash: deterministic content-based hashing of directory trees with streaming and algorithm option

2025-11-30 - 1.1.3 - fix(smartfs.provider.node)

Default createDirectory to recursive=true when option not provided in Node provider

2025-11-29 - 1.1.2 - fix(SmartFsProviderNode)

Fix Node provider watch path handling and remove main test entry

2025-11-29 - 1.1.1 - fix(smartfs.provider.node)

Default deleteDirectory to recursive=true in Node provider

2025-11-21 - 1.1.0 - feat(core)

Add SmartFS core library with providers, builders, interfaces, docs, tests and CI

2025-11-21 - 1.0.1 - initial release

Initial project commit and setup.


Revision #2
Created 2026-03-28 13:11:34 UTC by foss.global Team
Updated 2026-03-29 16:54:05 UTC by foss.global Team