Changelog
v 5.3.0 (2022-01-09)
feat: Add Mac OS X M1 prebuild for Node.js 16.13.1. Pull request 302 by @davidvujic
fix: node-gyp is already included in npm. Pull request 301 by @davidvujic
fix: replace lodash with vanilla js, remove unused dependencies, remove unnecessary usage of t.plan() in Ava tests.
NOTE:
the _.defaults
lodash function is replaced with Object.assign
(with src
and target
flipped) to have a similar behaviour as the lodash function.
But it isn't 100% the same thing. If the original object has a key with an undefined value, it will behave differently than with the lodash defaults fn.
Pull request 300 by @davidvujic
Changelog
v 5.2.2 (2022-01-08)
Changelog
v 5.1.0 (2021-12-29)
solaris
OS. This has not been tested for years and most likely not working.