caffco/async-busboy

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# 3.0.2

Fixed:

- Move `@types/busboy` to dependencies.

# 3.0.1

Changed:

- Improved test coverage.
- Applied linter fixes.

# 3.0.0

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.

# 2.0.1

Changed:

- Unify code style.
- Move type infor from JSDocs to TypeScript.

# 2.0.0

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.

# 1.0.3

Changed:

- Port tests to Vitest.

# 1.0.2

Changed:

- Upgraded all dependencies while keeping semver.

# 1.0.1

First version, identical to `async-busboy@1.0.1`