Breaking changes
- Node support went from
>=18to>=20.12.0(#122) - The CLI script is now loaded as ESM instead of CJS. Should not be a noticeable change (#122)
- External dependencies were previously bundled into the CLI script but now loaded via
node_modules(#122)
What's Changed
- use Node
parseArgsfor parsing CLI arguments by @bartveneman in #117 - chore: add dependabot and update esbuild by @bartveneman in #119
- BREAKING: ESM output; externalize deps; modernize CI by @bartveneman in #122
- chore: add linting and formatting by @bartveneman in #123
Full Changelog: v3.2.0...v4.0.0