Fixed:
- Move
@types/busboy
to dependencies.
Changed:
- Improved test coverage.
- Applied linter fixes.
BREAKING CHANGES:
- There are no intentional breaking changes.
- Internal
busboy
dependency upgraded to v1.6.0. - Major version is bumped to prevent potential breaking changes introduced by
busboy
1.6.0.
Changed:
- Unify code style.
- Move type infor from JSDocs to TypeScript.
BREAKING CHANGES:
- There are no intentional breaking changes.
- Package is now published as ESM and CJS.
- Major version is bumped to prevent potential breaking changes introduced by the ESM/CJS publishing split.
Changed:
- Port tests to Vitest.
Changed:
- Upgraded all dependencies while keeping semver.
First version, identical to async-busboy@1.0.1