v2.0.0
BREAKING CHANGES
This module is now an ESM module. It only supports ESM environments. Minimum support levels are now:
- NodeJS 16 and above
- Firefox 102 ESR and above
- Chromium Edge and above
This means that the following environments will no longer receive support:
- Edge 18 and below
- Internet Explorer (any version)
- NodeJS below version 16
- Firefox versions less than 102
While this package may continue to work in older versions, they are not supported.
What's Changed
- Add @vieiralucas to MAINTAINERS by @vieiralucas in #10
- fix: anonymous functions on node 6.5 and above by @lucasfcosta in #9
- External get func name by @lucasfcosta in #12
- Delete MAINTAINERS by @keithamus in #15
- Create a GitHub CI Action by @koddsson in #20
- Convert project to a ES module by @koddsson in #19
- Replace
get-func-name
withFunction.prototype.name
by @koddsson in #24 - build(deps): bump socket.io-parser from 4.0.4 to 4.0.5 by @dependabot in #34
- Use web test runner instead of karma by @koddsson in #46
New Contributors
- @vieiralucas made their first contribution in #10
- @koddsson made their first contribution in #20
- @dependabot made their first contribution in #34
Full Changelog: v1.0.2...v2.0.0