Skip to content

Latest commit

 

History

History
81 lines (42 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

81 lines (42 loc) · 2.71 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.1 (2021-09-12)

Bug Fixes

  • revert back from ES Modules, ESLint plugins can't be in ES Modules yet

2.0.0 (2021-09-09)

Features

1.6.0 (2021-05-24)

Features

  • config file based major bump blacklisting (e15f9bb)

1.5.11 (2021-04-11)

Reverts

  • Revert "chore: setup refresh" (23cf206)

1.5.1 (2021-02-14)

Bug Fixes

  • fix the backtick blocks under TS parser (56b9bb3)
  • remove circular JSON stringify (2dc8145)

1.5.0 (2021-02-09)

Features

  • add support for @typescript-eslint/parser and TS code in general (53deb16)

1.4.1 (2021-01-28)

Bug Fixes

  • add testStats to npmignore (f3c84e9)

1.4.0 (2021-01-23)

Features

1.3.0 (2020-11-28)

Accidental version bump during migration to sourcehut. Sorry about that.

1.2.0 (2020-05-06)

Normally, here, all non-CLI packages have sources in ES Modules and are being bundled using Rollup into CJS, ESM and UMD builds. Up to now, I kept the setup in CJS, keeping the file setup the same as some influential people on the npm.

Problem is, eslint plugins are not special snowflakes! We can use ES modules import/export in source files! We can publish UMD builds of them too! Imagine, an online plugin tester web app could show how linting works! UMD build served from npm CDN!

We'll start "Rolling up" this and all upcoming eslint plugins!

Features

  • rebase in ES modules and set up Rollup (f8f9298)

1.1.1 (2019-12-14)

Bug Fixes

  • set up Tap as a test runner, write many more unit tests and fix all remaining issues (58e1471)

1.1.0 (2019-12-09)

Features