Skip to content

Releases: curveball/static

v1.0.0

Choose a tag to compare

@evert evert released this 15 Jan 05:27
a7f1df0
  • 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.4.0

Choose a tag to compare

@evert evert released this 14 Feb 22:28
30bd3c5
  • This package now supports ESM and CommonJS modules.
  • No longer supports Node 14. Please use Node 16 or higher.

v0.3.0

Choose a tag to compare

@evert evert released this 03 Sep 22:49
75e94c6
  • Upgraded from @curveball/core to @curveball/kernel.

v0.2.1

Choose a tag to compare

@evert evert released this 28 Jun 04:42
29945c9

Update dependencies

v0.2.0

Choose a tag to compare

@evert evert released this 05 Dec 21:45
75174ac
  • Added 'maxAge' option, allowing users to specify how long the assets should
    be cached.
  • Now requires Node 12.

v0.1.0

Choose a tag to compare

@evert evert released this 08 Nov 16:29
0b96d96
  • First version