Releases: photostructure/fs-metadata
Release 0.4.0
Fixed
: Switch to thread-safegetmntinfo_r_np()
for macOS. Improved darwin resource management.
Full Changelog: 0.3.3...0.4.0
Release 0.3.3
-
Packaging
: Improved ESM/CJS support with common__dirname
implementation thanks totsup
shims.This change simplifies the implementation and improves inline jsdocs as the exported code and docs have been inlined.
-
Packaging
: Re-enabled test coverage assertions (after finding the magicks to get istanbul to see what the tests were exercising) -
Packaging
: Added debuglog tests -
Packaging
: Fixednpm run watch
Full Changelog: 0.3.2...0.3.3
Release 0.3.2
Fixed
: priorcanReaddir()
(and subsequentstatus
of volume metadata) would incorrectly fail if the first directory element wasn't readable.
Full Changelog: 0.3.1...0.3.2
Release 0.3.1
No public codepath updates.
-
Fixed
: updated regex patterns for improved matching and linting compliance -
Fixed
: flaky CI test on macOS -
Added
: GitHub Action CodeQL and addressed linting nits -
Added
: scripts for manually runningclang-tidy
andsnyk code test
(as they both emit spurious warnings that don't seem to be safely silenced)
Full Changelog: 0.3.0...0.3.1
Release 0.3.0
Changed
: For consistency, Options.systemFsTypes is now astring[]
(it was aSet<string>
)
Full Changelog: 0.1.6...0.3.0
Release 0.1.6
- attempt to restore the git commit message (3993bb7)
Release 0.1.5
One more attempt to fix typings and simultaneous ESM and CJS support.
The index.mjs and index.cjs is now produced by tsup.
Full Changelog: 0.1.4...0.1.5
Release 0.1.4
- Update build to fix CommonJS consumers (d39c7e0)
Release 0.1.3
- ncu -u (2fa610d)
Full Changelog: 0.1.2...0.1.3
Release 0.1.2
- patch up build failure (ef55838)