Skip to content

Releases: curveball/static

v1.0.0

15 Jan 05:27
a7f1df0
Compare
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.4.0

14 Feb 22:28
30bd3c5
Compare
Choose a tag to compare
  • This package now supports ESM and CommonJS modules.
  • No longer supports Node 14. Please use Node 16 or higher.

v0.3.0

03 Sep 22:49
75e94c6
Compare
Choose a tag to compare
  • Upgraded from @curveball/core to @curveball/kernel.

v0.2.1

28 Jun 04:42
29945c9
Compare
Choose a tag to compare

Update dependencies

v0.2.0

05 Dec 21:45
75174ac
Compare
Choose a tag to compare
  • Added 'maxAge' option, allowing users to specify how long the assets should
    be cached.
  • Now requires Node 12.

v0.1.0

08 Nov 16:29
0b96d96
Compare
Choose a tag to compare
  • First version