Releases: cross-org/fs
0.1.14
This release addresses three issues reported by RuiNtD: missing exports and the recursive parameter behavior for size and diskusage.
dirpath is now exported from @cross/fs/ops and @cross/fs (re-export from @cross/dir).
diskusage and size now respect the recursive parameter: false = direct children only, true = all descendants. JSDoc updated; tests added.
appendFile is now exported from @cross/fs/io and @cross/fs (re-export from node:fs/promises).
Fixes #5, #6, #7
Full Changelog: 0.1.13...0.1.14
0.1.13
Release Notes: Version 0.1.13
This release focuses on improving the developer experience through comprehensive documentation and enhancing the reliability of our test suite across different operating systems.
Fixes
- CI: Tests have been updated to normalize file paths, resolving inconsistencies between Windows and Linux environments. This ensures that tests related to file paths now run reliably across platforms.
Documentation
- TSDoc: Added extensive TSDoc documentation across the entire library. This includes:
- Module-level explanations and usage examples for
fs,fs/io,fs/ops, andfs/stat. - Detailed descriptions for interfaces, functions, and classes, such as
FsWatcher,isDir,isFile, and error types.
This will make the library easier to understand and integrate into your projects.
- Module-level explanations and usage examples for
Full Changelog: 0.1.12...0.1.13
0.1.12
- Adding ops.readlink
- Adding ops.realpath
- Some cleanup
Full Changelog: 0.1.11...0.1.12
0.1.11
0.0.10
0.0.9
0.0.8
Changes
Full Changelog: 0.0.7...0.0.8