v2.0.0
What's Changed
- version 2 by @patinthehat in #264
- Moved to
module
package type. - Require Node 18+.
- Code cleanup and refactoring.
- Several methods are now asynchronous.
- Removed deprecated methods from
v1.x
. - Moved to a more comprehensive build process using Vite.
- Moved to Vitest and dropped Jest as the test suite runner.
- Releases now include both a standard
standalone
build as well as aslim
standalone build, which does not include axios (but includes all other dependencies). - Upgraded dependencies.
- Removed
find-up
,md5
,tslib
runtime dependencies.
- Add tests by @patinthehat in #180
- Remove rollup by @patinthehat in #181
- Fix limit() and once() by @patinthehat in #182
- npm(deps-dev): bump esbuild from 0.17.19 to 0.18.6 by @dependabot in #189
- Bump Dependency Versions by @patinthehat in #259
Full Changelog: v1.21.0...v2.0.0