- add support for option 'ignoreEmptyArray', credit @Sanva
- remove ava and update unit-test pipeline to node v20
- normalize git url at package.json
- improve package.json import export re TypeScript 4.7 NodeNext, credit @scott-lc
- use prepublishOnly rather than prepare
- update typescript definition
- version bump
- remove
package-lock.json
, no depedencies so make bot and install warnings go away
- remove un-used babel devDependencies
- add README.md to published files list
- Use node 15 for build and publish pipeline
- Added github actions files for testing and publishing,
- Added changelog from @Vestride
- Add
exports
field to thepackage.json
to support native esm.
- Add
exports
field to thepackage.json
to support native esm.
- Add Typescript definition file.
- Add
browser
field topackage.json
.
- Use ES6 default export.
- Update source files to use ES2016 syntax (
const
,let
, arrow functions).