Skip to content

Releases: curveball/problem

v1.0.0

17 Jan 22:00
30f211f

Choose a tag to compare

  • 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

14 Feb 02:57
1c5b1cb

Choose a tag to compare

  • Now has a ESM and CommonJS build.

v0.4.0

03 Sep 23:51
05309d9

Choose a tag to compare

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

v0.3.1

17 Jan 08:55
418e5f0

Choose a tag to compare

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

v0.3.0

18 Feb 23:01
0c60acb

Choose a tag to compare

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

v0.2.2

05 Jun 04:16
1e7c7a2

Choose a tag to compare

  • 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

06 Jan 00:52
e9ddf86

Choose a tag to compare

  • Allow installation on Curveball 0.10.

0.2.0

27 Dec 19:38
32bab38

Choose a tag to compare

  • @curveball/core is now a peerDependency

v0.1.1

06 Jan 00:50
45d1399

Choose a tag to compare

  • Updated to Curveball 0.9 API

v0.1.0

06 Jan 00:50

Choose a tag to compare

  • First version