Releases: baileyherbert/utimes
Releases · baileyherbert/utimes
v5.2.1
v5.2.0
- Added support for
Date
objects as timestamp inputs - Added automatic fallback to
fs
when the native binding is not found - Fixed errors when importing the package in a browser environment, it will silently fail instead
- Fixed dependencies being resolved when the package is included in a browser bundle
- Updated
@mapbox/node-pre-gyp
to fix build issues
v5.1.1
- Fixed incorrect function name in errors
v5.1.0
- Added synchronous variants of the functions (
utimesSync
&lutimesSync
)
v5.0.0
Package changes
- Bumped
node-addon-api
to v4 - Breaking: Errors now contain descriptive, platform-specific messages
- Breaking: Functions no longer return promises when callbacks are supplied
- Breaking: Now requires
node>=10.0.0
Workflow changes
- Starting with this version, prebuilt binaries will be uploaded and attached to the release on GitHub
- The number of binaries per release have been reduced as each works across all supported Node versions
- Linux now has prebuilt binaries for both
armv7
andarm64