Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 910 Bytes

changelog.md

File metadata and controls

45 lines (28 loc) · 910 Bytes

Changelog

1.0.0 (2024-01-15)

  • 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.4.0 (2023-02-14)

  • This package now supports ESM and CommonJS modules.
  • No longer supports Node 14. Please use Node 16 or higher.

0.3.0 (2022-09-03)

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

0.2.1 (2021-06-28)

  • Update dependencies to latest version.

0.2.0 (2020-12-05)

  • Added 'maxAge' option, allowing users to specify how long the assets should be cached.
  • Now requires Node 12.

0.1.0 (2020-11-08)

  • First version