Releases: gajus/eslint-plugin-flowtype
Releases · gajus/eslint-plugin-flowtype
v5.1.1
5.1.1 (2020-05-26)
Bug Fixes
v5.1.0
5.1.0 (2020-05-18)
Features
v5.0.3
5.0.3 (2020-05-16)
Bug Fixes
v5.0.2
5.0.2 (2020-05-16)
Bug Fixes
v5.0.1
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
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
4.7.0 (2020-03-24)
Features
- require-exact-type detects nested objects (#441) (463b74e)
v4.6.0
4.6.0 (2020-01-11)
Features
- add fixer to invalid file annotation style message (#440) (97a230b)
v4.5.3
4.5.3 (2020-01-01)
Bug Fixes
- sort-keys spreads, spreads with generics, comment handling (#439) (dccaa76)
v4.5.2
4.5.2 (2019-11-24)
Bug Fixes