Releases: curveball/accesslog
Releases · curveball/accesslog
v1.0.0
- 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
- 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
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
- Upgrade everything to the latest curveball standards.
- Publish to github packages.