Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 1.83 KB

2.0.0 (2021-10-17)

Breaking Changes

  • Support eslint v8 and @typescript-eslint v5. (8753aec)

1.0.6 (2021-03-22)

Fixes

  • Set minimum eslint-etc version. (d052beb)

1.0.5 (2021-03-20)

Fixes

  • Enable TypeScript strict option and fix related problems. (109d2f1)

1.0.4 (2021-01-11)

Changes

  • Fix GitHub URL for docs. (f645a37)

1.0.3 (2020-11-28)

Changes

  • Remove .npmignore and use files in package.json instead. (ec249b6)

1.0.2 (2020-11-05)

Bug Fixes

  • prefer-takeuntil no longer effects failures if takeUntil is not the last operator. (5c0a8fb)

1.0.1 (2020-10-23)

Changes

  • Specify engines in package.json.
  • Downlevel the TypeScript output to ES2019.