Releases: abdusabri/eslint-plugin-func-params-args
v4.0.0
-
Breaking: Drops official support for node 14 (may still work on a project that has node 14, but that's not guaranteed or officially supported)
-
Adds official support for node 20
-
Updates prettier to version 3.1.0
-
Updates typescript-eslint to version 6.12.0
-
Updates lint-staged to version 15.0.2
-
Updates rimraf to version 5.0.5
v3.0.1
-
Reports function names in
func-params
rule violation messages -
Improves support of TS function type annotations
-
Breaking: Drops official support for ESLint versions older than 6
-
Breaking: Drops official support for node 12 (may still work on a project that has node 12, but that's not guaranteed or officially supported)
-
Adds official support for node 18
-
Fixes Travis CI build badge
-
Updates typescript to version 5.0.2
-
Updates rimraf to version 4.4.0