Skip to content

Releases: keithamus/eslint-plugin-escompat

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