Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 1.29 KB

changelog.md

File metadata and controls

72 lines (43 loc) · 1.29 KB

Changelog

1.0.0 (2024-01-17)

  • 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.

0.5.0 (2023-02-13)

  • Now has a ESM and CommonJS build.

0.4.0 (2022-09-03)

  • Upgraded from @curveball/core to @curveball/kernel.

0.3.1 (2022-01-17)

  • The individual settings passed to the middleware factory can now be omitted.
  • Update dependencies.
  • Update linting rules.

0.3.0 (2021-02-18)

  • Modernize everything a bit
  • Upgrade all dependencies
  • Still no bugs

0.2.2 (2020-06-05)

  • 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.

0.2.1 (2020-01-05)

  • Allow installation on Curveball 0.10.

0.2.0 (2019-12-27)

  • @curveball/core is now a peerDependency

0.1.1 (2019-09-13)

  • Updated to Curveball 0.9 API

0.1.0 (2019-05-04)

  • First version