Skip to content

Releases: frogeducation/eslint-plugin-jquery-compat

v3.5.9

24 Aug 01:50
Compare
Choose a tag to compare

3.5.9 (2021-08-24)

Bug Fixes

  • template literals which contain expressions (ae3ac7e)

v3.5.8

12 Aug 14:43
Compare
Choose a tag to compare

3.5.8 (2021-08-12)

Bug Fixes

  • template literal parsing throwing exception (f76d0f0)

v3.5.7

24 Feb 15:19
Compare
Choose a tag to compare

3.5.7 (2020-02-24)

Bug Fixes

  • fix crash on windows systems (e5a3f83)

v3.5.6

13 Feb 18:03
843b5ba
Compare
Choose a tag to compare

3.5.6 (2020-02-13)

Bug Fixes

  • attr-select: prevent exception when identifier isn't resolved (b5ebfbb)
  • no-attr-value: prevent exception when identifier isn't resolved (299ab0a)
  • no-null-param: prevent exception when the data object is null (48be78c)

Thanks to @alliejones for these fixes

v3.5.5

07 Nov 11:21
64e9e3f
Compare
Choose a tag to compare

3.5.5 (2019-11-07)

Bug Fixes

  • no-deprecated=event-methods: allow ajax load calls (c36cfd4)

v3.5.4

25 Sep 09:51
Compare
Choose a tag to compare

3.5.4 (2019-09-25)

Bug Fixes

  • no-invalid-selectors: allow specifying custom pseudo classes (dc35f40)

v3.5.3

25 Sep 09:33
Compare
Choose a tag to compare

3.5.3 (2019-09-25)

Bug Fixes

  • no-invalid-selectors: correct regexes blocking :first-child (de20ce0)

v3.5.2

24 Sep 16:42
Compare
Choose a tag to compare

3.5.2 (2019-09-24)

Bug Fixes

  • no-invalid-selectors: correct pseudo 'functions' e.g :eq() too (f5e291f)

v3.5.1

24 Sep 16:32
Compare
Choose a tag to compare

3.5.1 (2019-09-24)

Bug Fixes

  • no-invalid-selectors: accept more pseudos, allow jquery pseudos (6f62e86)
  • no-invalid-selectors: stop false-positives (html, non-select calls) (3f60624)

v3.5.0

24 Sep 15:22
Compare
Choose a tag to compare

3.5.0 (2019-09-24)

Features

  • rules: add no-invalid-selectors rule (e1a5d3c)