Skip to content

Releases: tlvince/eslint-plugin-jasmine

v2.8.4

10 Aug 21:09
Compare
Choose a tag to compare

<a name"2.8.4">

2.8.4 (2017-08-10)

Bug Fixes

  • new-line-before-expect: ok if another expect on the prev line (ea41ce95, closes #141)

v2.8.3

29 Jul 23:35
Compare
Choose a tag to compare

<a name"2.8.3">

2.8.3 (2017-07-29)

Bug Fixes

  • no-global-setup:
    • allow global setup in helpers report tweaks (a0d1347a)
    • allow global setup in helpers report tweaks (101b3ed2)
    • allow global setup in helpers (5dc71fb5)
    • allow global setup in helpers (6b2b3d67)

v2.8.2

28 Jul 20:39
Compare
Choose a tag to compare

<a name"2.8.2">

2.8.2 (2017-07-28)

Bug Fixes

v2.8.1

28 Jul 18:28
Compare
Choose a tag to compare

<a name"2.8.1">

2.8.1 (2017-07-28)

Bug Fixes

v2.8.0

23 Jul 00:39
Compare
Choose a tag to compare

<a name"2.8.0">

2.8.0 (2017-07-23)

Bug Fixes

Features

  • toHaveBeenCalledWith without args (80bb8cd9)
  • setting rule to a warning except for negative matchers (accfe8a0)
  • prefer toHaveBeenCalledWith (ee52acd9)

v2.7.1

08 Jul 19:44
Compare
Choose a tag to compare

<a name"2.7.1">

2.7.1 (2017-07-08)

Bug Fixes

v2.7.0

07 Jul 20:55
Compare
Choose a tag to compare

<a name"2.7.0">

2.7.0 (2017-07-07)

Bug Fixes

Features

  • adding fixer for new-line-between-declarations (d8cdc8ca)
  • new line before expect fix (5b9f4ac6)
  • prefer jasmine matcher (02312dd6)

v2.6.2

23 Jun 20:24
Compare
Choose a tag to compare

<a name"2.6.2">

2.6.2 (2017-06-23)

Bug Fixes

v2.6.1

23 Jun 18:19
Compare
Choose a tag to compare

<a name"2.6.1">

2.6.1 (2017-06-23)

Bug Fixes

  • getting rid of newLineBeforeExpect assumptions breaking the lint (ea967b0d)

v2.6.0

22 Jun 17:45
Compare
Choose a tag to compare

<a name"2.6.0">

2.6.0 (2017-06-22)

Features

  • do not validate if expect is the firt statement inside a test (99c458db)
  • new line before expect (6adf9c77)