All notable changes to eslint-plugin-license-header are documented here. We use semantic versioning for releases.
Note: Yet to be released changes appear here.
FEAT
: make ESLint@8 compatible
FEAT
: add ability to provide header via configuration (#11)
FEAT
: trim newline around parsed license (#8)
FEAT
: mark rule astype=layout
(#7)
CHORE
: limit amout of published files
FEAT
: completely replace whitespace only file contents when adding licenseFEAT
: report license errors on closed next sibling node (or program)CHORE
: retrieve leading comments in aeslint@6
compatible way
FIX
: correcteslint@5+
error when checking empty files
FIX
: check and add license using existing line separator (#1)
FIX
: correctrules/header
to properly handle replacement of outdated licenses
Initial implementation.