Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 851 Bytes

CHANGELOG.md

File metadata and controls

29 lines (16 loc) · 851 Bytes

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.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.