Skip to content

Releases: gajus/eslint-plugin-flowtype

v5.1.1

26 May 19:08
Compare
Choose a tag to compare

5.1.1 (2020-05-26)

Bug Fixes

v5.1.0

18 May 04:01
Compare
Choose a tag to compare

5.1.0 (2020-05-18)

Features

v5.0.3

16 May 00:16
Compare
Choose a tag to compare

5.0.3 (2020-05-16)

Bug Fixes

v5.0.2

16 May 00:09
Compare
Choose a tag to compare

5.0.2 (2020-05-16)

Bug Fixes

v5.0.1

15 May 23:53
Compare
Choose a tag to compare

5.0.1 (2020-05-15)

Bug Fixes

  • require-exact-type must not add exact types for explicitly inexact types (fixes #444) (4238464)

v5.0.0

15 May 23:45
Compare
Choose a tag to compare

5.0.0 (2020-05-15)

Bug Fixes

  • replace annotations when they already exist (353dce4)
  • styles (fc5563d)
  • Use .range instead of .start & .end on node & token (93374cd)

Features

  • remove non-natural, case-sensitive sorting (46c8b4a)
  • Support ESLint 7.x (9adfc6f)

BREAKING CHANGES

    • Breaks compatibility with eslint sorting rule. In practise, there is never a case when someone would want to use the other options, though.
  • Requires Node@^10.12.x || 12.x
  • Requires ESLint@^7.x

v4.7.0

24 Mar 16:00
463b74e
Compare
Choose a tag to compare

4.7.0 (2020-03-24)

Features

  • require-exact-type detects nested objects (#441) (463b74e)

v4.6.0

11 Jan 13:01
Compare
Choose a tag to compare

4.6.0 (2020-01-11)

Features

  • add fixer to invalid file annotation style message (#440) (97a230b)

v4.5.3

01 Jan 03:47
Compare
Choose a tag to compare

4.5.3 (2020-01-01)

Bug Fixes

  • sort-keys spreads, spreads with generics, comment handling (#439) (dccaa76)

v4.5.2

24 Nov 23:24
Compare
Choose a tag to compare

4.5.2 (2019-11-24)

Bug Fixes