Skip to content
Compare
Choose a tag to compare
@kevintyj kevintyj released this 24 Nov 15:35
· 17 commits to main since this release
7d4a2f6

Major Changes (v1.0.0)

  • aaf60e9 - Minify build output using cjs output

Uses a prebuild and post-build step to enforce cjs compilation for nodejs support.
Removes test files from the build bundle.
BREAKING!: previous implementations of @kevintyj/prlint is now deprecated, no support for mjs is provided due to upstream limitation.

This stable release does not include ability to customize commitlint configuration without access to the repository (defaults to: commitlint.config.js)

by @kevintyj