Skip to content

Releases: curveball/accesslog

v1.0.0

15 Jan 01:56
354fd14
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 23:28
6f3c7dd
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.
  • Now using console.info instead of console.log

v0.3.0

03 Sep 22:35
bd074ea
Compare
Choose a tag to compare

What's Changed

  • Update everything to latest curveball standards by @evert in #8
  • Update to latest coding standards + dependencies by @evert in #9
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #10

Full Changelog: v0.2.1...v0.3.0

v0.2.1

19 Feb 02:59
637742e
Compare
Choose a tag to compare
  • Upgrade everything to the latest curveball standards.
  • Publish to github packages.