Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing nanosecond-precision properties to Stats #943

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

uhyo
Copy link
Contributor

@uhyo uhyo commented Aug 19, 2023

Hello, I use memfs for writing unit tests for file system-related Node.js code. I recently noticed that the current implementation of Stats lacks nanosecond-precision properties (atimeNs, etc.) compared to Node.js one.

This PR adds those properties for better compatibility.

fixes #775 (not sure why it has been closed though)

@uhyo uhyo changed the title feat(volume): add nanosecond-precision properties fields to Stats feat(volume): add nanosecond-precision properties to Stats Aug 19, 2023
@G-Rath G-Rath changed the title feat(volume): add nanosecond-precision properties to Stats fix: add missing nanosecond-precision properties to Stats Sep 15, 2023
@G-Rath G-Rath merged commit b9d4c6d into streamich:master Sep 15, 2023
9 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 15, 2023
## [4.2.3](v4.2.2...v4.2.3) (2023-09-15)

### Bug Fixes

* add missing nanosecond-precision properties to Stats ([#943](#943)) ([b9d4c6d](b9d4c6d))
@streamich
Copy link
Owner

🎉 This PR is included in version 4.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@uhyo uhyo deleted the stats-bigint branch September 16, 2023 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Stats missing bigint properties
3 participants