Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

66 lines (37 loc) · 1.62 KB

Changelog

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

Unreleased

Note: Yet to be released changes appear here.

1.0.0

  • FEAT: migrate to flat config (#20)
  • FEAT: turn into ES module (#20)
  • DEPS: require eslint@9 (#20)

Breaking Changes

  • Consume as an ES module (#20)
  • Use alongside eslint@9 (#20)

0.4.6

  • DEPS: support eslint@8

0.4.5

  • FIX: correct commercial preset (#7)

0.4.4

  • DEPS: support eslint@7

0.4.3

  • DEPS: bump mark as eslint@6 supported
  • DEPS: bump eslint-plugin-license-header version
  • FIX: correct check failure when linting empty files

0.4.2

  • FIX: use official, Elastic style MIT license header

0.4.1

  • FIX: correct apache header formating
  • DEPS: bump license-header version

0.4.0

  • FEAT: add apache license

0.3.0

  • FEAT: add commercial preset

0.2.1

  • FIX: correct mit config to correctly handle whitespace around license headers
  • CHORE: switch to eslint-plugin-license-header for underlying header checks

0.2.0

  • CHORE: do not package dev assets

0.1.0

Initial version.