All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- [New] Implement
assert.match()
andassert.doesNotMatch()
- [Refactor] switching to a maintained Object.assign package
- [readme] Add description for usage with webpack and vite (#60)
- [readme] Remove duplicate line under usage section (#48)
- [Deps] update
is-nan
,object-is
,util
- [Dev Deps] update
@babel/cli
,@babel/core
,@babel/preset-env
,airtap
,core-js
,cross-eng
,object.entries
,object.getownpropertydescriptors
,tape
- Sync with Node.js master. (@lukechilds in #44)
Note: Support for IE9 and IE10 has been dropped. IE11 is still supported.
- [Deps] switch to
object.assign
, and unpinutil
- Add strict mode APIs. (@lukechilds in #41)