Skip to content

Releases: tlvince/eslint-plugin-jasmine

v4.2.0

13 Jun 18:43
f9e0798
Compare
Choose a tag to compare

4.2.0 (2024-06-13)

Bug Fixes

  • make rules export object with a create method (#367) (3ce1766)
  • no-describe-variables: Check variable declarations in arrow functions (#358) (f77738d)

Features

v4.1.4-beta.3

13 Jun 17:23
49532a8
Compare
Choose a tag to compare
v4.1.4-beta.3 Pre-release
Pre-release

4.1.4-beta.3 (2024-06-13)

Reverts

v4.1.4-beta.2

13 Jun 08:48
178935e
Compare
Choose a tag to compare
v4.1.4-beta.2 Pre-release
Pre-release

4.1.4-beta.2 (2024-06-13)

Bug Fixes

v4.1.4-beta.1

12 Jun 16:58
3979ac1
Compare
Choose a tag to compare
v4.1.4-beta.1 Pre-release
Pre-release

4.1.4-beta.1 (2024-06-12)

Bug Fixes

  • bump semantic release (dedf9d1)
  • eslint v9 support (67a0104)
  • no-describe-variables: Check variable declarations in arrow functions (#358) (f77738d)

v4.1.3

24 Nov 12:03
3a61ff2
Compare
Choose a tag to compare

4.1.3 (2021-11-24)

Bug Fixes

  • rule: Add required meta.fixable attribute (#341) (3a61ff2)
  • rule: Support await/return expect() for new-line-before-expect rule (#259) (ee078a6)

v4.1.2

02 Feb 05:38
Compare
Choose a tag to compare

4.1.2 (2021-02-02)

Bug Fixes

  • Definition for rule 'jasmine/prefer-toBeUndefined' was not found (6e2b913), closes #300

v4.1.1

13 Apr 10:03
Compare
Choose a tag to compare

4.1.1 (2020-04-13)

Bug Fixes

  • no-focused-test: Only report focused test keyword, not test (796dddf), closes #230

v4.1.0

16 Nov 11:45
Compare
Choose a tag to compare

4.1.0 (2019-11-16)

Features

  • no-pending-tests: add rule to disallow pending specs (ab30e3e)

v4.0.0

09 Nov 14:11
Compare
Choose a tag to compare

4.0.0 (2019-11-09)

chore

BREAKING CHANGES

  • repo: upgrades eslint from v4.x to 6.x

v3.0.0

09 Nov 13:32
f9a3386
Compare
Choose a tag to compare

3.0.0 (2019-11-09)

chore

  • package: drop support for Node.js older than v8 (39c40ce)
  • travis: drop support for node v4 (f42039e)

Features

  • missing-expect: add expectAsync() support (45e2abd)
  • no-expect-in-setup-teardown: add expectAsync() support (2eea06b)
  • prefer-toBeUndefined: add rule to prefer toBeUndefined matcher (4604189)

BREAKING CHANGES

  • package: this package no longer supports Node.js versions older than v8.
  • travis: After this release, node v4.x is not guaranteed to
    be compatible with this package.