Skip to content

Latest commit

 

History

History
106 lines (50 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

106 lines (50 loc) · 4.93 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.9.3 (2021-02-07)

Features

  • Add compact mode for stats cli command (#99) (2b1a66f)

0.9.2 (2021-01-05)

Bug Fixes

0.9.1 (2020-12-11)

Bug Fixes

0.9.0 (2020-11-24)

⚠ BREAKING CHANGES

Features

  • Use new Eslint class instead of CLIEngine when available (#94) (d06aa01)

0.8.2 (2020-10-14)

0.8.1 (2020-04-30)

Features

  • Unify filepaths to always use posix path separator (#81) (6c8e959)

0.8.0 (2020-03-16)

⚠ BREAKING CHANGES

  • The esplint record file can no longer have comments. Please remove comments from .esplint.rec.json

Features

  • remove strip-json-comments dependencies (#63) (b336782)

0.7.1 (2019-09-04)

Features

0.7.0 (2019-08-18)

Bug Fixes

  • Ignore untracked rules in record file + fix shadow var decla… (#39) (8752416), closes #30
  • suppress: Respect eslint config (#41) (7d42a52), closes #31

Features

  • eslint 6 support (#42) (6e3071c), closes #40
  • Move to separate versioning for records (#43) (79043fc)
  • Switch to configHash and error if hashes don't match (#44) (c59f7f2)

0.6.3 (2019-08-20)

Bug Fixes

  • Add error when new recordVersion is present (#45) (f0166e1)

0.6.2 (2019-07-15)

0.6.1 (2019-06-21)

Bug Fixes

Tests

0.6.0 (2019-06-18)

Features