Skip to content

Latest commit

 

History

History
99 lines (52 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

99 lines (52 loc) · 1.34 KB

CHANGELOG

2.2.1

Minor

  • Add support for the official ESLint json parser

2.1.0

Major

  • Removed support for non-supported node & npm versions
  • Removed support for ESLint 4 and below

Minor

  • Module is now written in typescript

1.1.2

Minor

  • Added typings (thank you @mjlehrke)

Patch

  • Patched some packages

1.0.2

Major

  • This package has been out long enough for 1.0.0 release

Minor

  • Added support and tests for ESLint "flat config"

Patch

  • Several packages have been updated and patched

0.9.1

Patch

  • Pre-release before adding support for eslint flag config and to fix versioning

0.8.9

Minor

  • Replaced how JSON document scanning worked so it works with other plugins

0.7.9

Minor

  • Add support for linting comments

0.6.9

Patch

  • Add eslint 7 unit testing

0.6.8

Patch

  • Security updates
  • Removed eslint 5 testing

0.6.5

Patch

  • Security updates

0.6.4

Minor

  • Added support for scanning JSON documents

0.5.4

Minor

  • Added support for two new options
    • additionalDelimiters: In addition to splitting the string by whitespace, tokens will be further split by these delimiters
    • ignoreCase: Ignores character case when calculating entropy. This could lead to some false negatives

0.3.4

Patch

- Security updates