eslint-plugin-functional
Advanced tools
Comparing version 4.4.0-beta.1 to 5.0.0-beta.1
# Changelog | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
# [4.4.0-beta.1](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.3.1...v4.4.0-beta.1) (2022-09-19) | ||
# [5.0.0-beta.1](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.3.1...v5.0.0-beta.1) (2022-09-19) | ||
@@ -9,5 +9,13 @@ | ||
* **no-method-signature:** rename to "prefer-property-signatures" and move it to stylistic ruleset ([992ca6a](https://github.com/eslint-functional/eslint-plugin-functional/commit/992ca6a80141458250894a87e3c4898bcf492d30)) | ||
* **prefer-readonly-type:** deprecated this rule ([cdad4e6](https://github.com/eslint-functional/eslint-plugin-functional/commit/cdad4e637cac4f16d37727b642b404dc14adf5ed)) | ||
* remove `@typescript-eslint/prefer-readonly-parameter-types` from `external-recommended` ([b286dd2](https://github.com/eslint-functional/eslint-plugin-functional/commit/b286dd2c74e7d69c8625b19c74396b3d90bbf104)) | ||
### Build System | ||
* bump minimum supported version of node to 16.10 ([e9284c1](https://github.com/eslint-functional/eslint-plugin-functional/commit/e9284c1feb0a2c74110857c9a71d72c079fadb51)) | ||
* bump minimum supported version of TypeScript to 4.0.2 ([01e7eb4](https://github.com/eslint-functional/eslint-plugin-functional/commit/01e7eb404461cb77bfc3cea4f4756de3c4d07ee3)) | ||
### Features | ||
@@ -18,2 +26,10 @@ | ||
### BREAKING CHANGES | ||
* remove `@typescript-eslint/prefer-readonly-parameter-types` from `external-recommended` | ||
* **no-method-signature:** rename to "prefer-property-signatures" and move it to stylistic ruleset | ||
* bump minimum supported version of TypeScript to 4.0.2 | ||
* bump minimum supported version of node to 16.10 | ||
## [4.3.1](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.3.0...v4.3.1) (2022-09-14) | ||
@@ -20,0 +36,0 @@ |
{ | ||
"name": "eslint-plugin-functional", | ||
"version": "4.4.0-beta.1", | ||
"version": "5.0.0-beta.1", | ||
"description": "ESLint rules to disable mutation and promote fp in TypeScript.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
230939
0