Releases: curveball/problem
Releases · curveball/problem
v1.0.0
- Finally! Curveball v1. Only took 6 years.
- CommonJS support has been dropped. The previous version of this library supported both CommonJS and ESM. The effort of this no longer feels worth it. ESM is the future, so we're dropping CommonJS.
- Now requires Node 18.
- Upgraded to Typescript 5.3.
v0.5.0
- Now has a ESM and CommonJS build.
v0.4.0
- Upgraded from
@curveball/core
to @curveball/kernel
.
v0.3.1
- The individual settings passed to the middleware factory can now be omitted.
- Update dependencies.
- Update linting rules.
v0.3.0
- Modernize everything a bit
- Upgrade all dependencies
- Still no bugs
v0.2.2
- Added a
quiet
flag to supress 4XX client errors from the log.
- Typescript target is now es2019 instead of esnext to ensure that older
Node.js versions are supported.
v0.2.1
- Allow installation on Curveball 0.10.
0.2.0
@curveball/core
is now a peerDependency
v0.1.1
- Updated to Curveball 0.9 API