Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

53 lines (28 loc) · 1.5 KB

Changelog

All notable changes to eslint-plugin-license-header are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

0.6.1

  • FIX: play nicely with Svelte and Vue components (#16, #6)

0.6.0

  • FEAT: make ESLint@8 compatible

0.5.0

  • FEAT: add ability to provide header via configuration (#11)

0.4.0

  • FEAT: trim newline around parsed license (#8)

0.3.0

  • FEAT: mark rule as type=layout (#7)

0.2.1

  • CHORE: limit amout of published files

0.2.0

  • FEAT: completely replace whitespace only file contents when adding license
  • FEAT: report license errors on closed next sibling node (or program)
  • CHORE: retrieve leading comments in a eslint@6 compatible way

0.1.3

  • FIX: correct eslint@5+ error when checking empty files

0.1.2

  • FIX: check and add license using existing line separator (#1)

0.1.1

  • FIX: correct rules/header to properly handle replacement of outdated licenses

0.1.0

Initial implementation.