Skip to content

Commit 173ed4a

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.7.2...v4.0.0) (2021-10-17) ### Bug Fixes * bring rule meta data "recommended" into line with the recommend config ([3c4a042](3c4a042)) ### chore * remove deprecated rule: prefer-type-literal ([3a54331](3a54331)) * remove deprecated stylitic ruleset ([2b96760](2b96760)) * update minimum required node version to 12 ([97acb3f](97acb3f)) ### Features * add an off preset ([686b7fe](686b7fe)) * add stylistic rules to lite and recommended rule sets ([b81b4c7](b81b4c7)) * **external-recommended:** update recommended external rules ([353acb3](353acb3)) * **no-return-void:** implicit types are now checked by default ([2adbe14](2adbe14)) * **prefer-tacit:** disable prefer-tacit by default in recommended and lite configs ([6f9204d](6f9204d)) ### BREAKING CHANGES * **no-return-void:** implicit types are now checked by default * **external-recommended:** update recommended external rules * rule "prefer-type-literal" has been removed. * removed stylitic ruleset in favor of stylistic ruleset * Node ^12.22.0 or ^14.17.0 or >=16.0.0 is now required
1 parent ec72880 commit 173ed4a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
3+
4+
# [4.0.0](https://github.com/jonaskello/eslint-plugin-functional/compare/v3.7.2...v4.0.0) (2021-10-17)
5+
6+
7+
### Bug Fixes
8+
9+
* bring rule meta data "recommended" into line with the recommend config ([3c4a042](https://github.com/jonaskello/eslint-plugin-functional/commit/3c4a042767aaccc55b76f42a5a1efb1e4b35d172))
10+
11+
12+
### chore
13+
14+
* remove deprecated rule: prefer-type-literal ([3a54331](https://github.com/jonaskello/eslint-plugin-functional/commit/3a543312388232a2348545ae7ab7ab18965e3282))
15+
* remove deprecated stylitic ruleset ([2b96760](https://github.com/jonaskello/eslint-plugin-functional/commit/2b967606b065eac90b13fe24524c433401736440))
16+
* update minimum required node version to 12 ([97acb3f](https://github.com/jonaskello/eslint-plugin-functional/commit/97acb3fa8fd82a600861637e540cf1d8bf3a7ce3))
17+
18+
19+
### Features
20+
21+
* add an off preset ([686b7fe](https://github.com/jonaskello/eslint-plugin-functional/commit/686b7fe581fe6d451c53f3a84d95338f2e1c5ede))
22+
* add stylistic rules to lite and recommended rule sets ([b81b4c7](https://github.com/jonaskello/eslint-plugin-functional/commit/b81b4c72e86d97768a16e64faedf0b53ffad10d5))
23+
* **external-recommended:** update recommended external rules ([353acb3](https://github.com/jonaskello/eslint-plugin-functional/commit/353acb34e08bb5e92e682793dd515e2af072e1c6))
24+
* **no-return-void:** implicit types are now checked by default ([2adbe14](https://github.com/jonaskello/eslint-plugin-functional/commit/2adbe14ac4f91e8c49eca59c785ca5ba3cf070a7))
25+
* **prefer-tacit:** disable prefer-tacit by default in recommended and lite configs ([6f9204d](https://github.com/jonaskello/eslint-plugin-functional/commit/6f9204dadaff56ebde5d69c7dbce001a3bd47e94))
26+
27+
28+
### BREAKING CHANGES
29+
30+
* **no-return-void:** implicit types are now checked by default
31+
* **external-recommended:** update recommended external rules
32+
* rule "prefer-type-literal" has been removed.
33+
* removed stylitic ruleset in favor of stylistic ruleset
34+
* Node ^12.22.0 or ^14.17.0 or >=16.0.0 is now required
35+
136
# Changelog
237

338
All notable changes to this project will be documented in this file.

0 commit comments

Comments
 (0)