Skip to content

Releases: keithamus/eslint-plugin-escompat

v3.1.0

29 Apr 15:45
Compare
Choose a tag to compare
  • feat: add typescript config fb767cc
  • docs: add all rules to REAMDE a645685

v3.0.1...v3.1.0

v3.0.0

29 Apr 14:35
Compare
Choose a tag to compare
  • feat: add new rules to recommended: 875c0bc

BREAKING CHANGES:

You may get new lint errors with the newly enabled rules, using the recommended ruleset.

v2.2.0...v3.0.0

v2.2.0

29 Apr 14:32
Compare
Choose a tag to compare
  • feat(no-regexp-named-groups): add no-regexp-named-groups 39e7313
  • feat(no-regexp-lookbehind): add no-regexp-lookbehind 0d00077
  • fix: dont add breaking rules to recommended config fa26dab
  • feat(no-nullish-coalescing): add no-nullish-coalescing rule 6e585d8
  • feat(no-bigint): add no bigint rule 79f3655

v2.1.4...v2.2.0

v2.1.4

29 Apr 13:22
Compare
Choose a tag to compare
  • chore: update devdeps d3be400
  • fix(no-optional-catch): Safari 11.1 supports this b42136e
  • docs(no-optional-catch): add docs 35b0b3c
  • fix(optional-chaining): add browser support ea5e8ee
  • fix: add Edge 79+ support 1429b30
  • docs: update no-regexp-s-flag docs 606c4c7

v2.1.3...v2.1.4

v2.1.3

05 Feb 11:07
Compare
Choose a tag to compare
  • fix: no-regexp-s-flag crash on non-string flags (#2) 4c53824

v2.1.2...v2.1.3

v2.1.2

07 Oct 15:37
Compare
Choose a tag to compare
  • fix(no-public-instance-class-fields): avoid false positives on flow comment annotations e72d193

v2.1.1...v2.1.2

v2.1.1

20 Sep 13:50
Compare
Choose a tag to compare
  • fix: mark no-numeric-separators as actually fixable 0d54127
  • fix: correct wonky rule requires 45671a4

v2.1.0...v2.1.1

v2.1.0

20 Sep 13:42
Compare
Choose a tag to compare
  • feat: add fix for no-numeric-separators 98deb0a

v2.0.0...v2.1.0

v2.0.0

20 Sep 13:28
Compare
Choose a tag to compare
  • feat: add no-dynamic-imports rule 9bc3002
  • docs: add docs for no-private-class-fields 67db885
  • docs: add docs for no-bind-operator f3b73ef
  • docs: add docs for no-do-expression 6b84d1d
  • chore: upgrade packages 3c15e20
  • docs: add docs for no-pipeline-operator e3324a3
  • docs: add docs for no-optional-chaining d7bc64e
  • feat: add no-computed-public-class-fields rule d8ce1cb
  • feat: split public static/instance class fields b97ee53
  • feat: reorganise rules, add metadata+docs link to each rule 9b3f989
  • docs: add docs for no-numeric-separators 14a6040
  • fix: refine rules using selector syntax. Fix edge cases f7b44d2
  • Merge pull request #1 from iheanyi/patch-1 576d29d
  • Update README.md c24acc3

v1.1.0...v2.0.0