Skip to content

Commit d044494

Browse files
authored
Release v2.3.2 (#195)
Signed-off-by: James D. Forrester <[email protected]>
1 parent 96c0372 commit d044494

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Diff for: Changelog.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# eslint-plugin-no-jquery release history
22

3+
## v2.3.2
4+
5+
* Rule fix: Add fixer for `no-is-function` (Ed Sanders)
6+
* Rule fix: Follow-up #186: Actually merge `no-undelegate` into `no-delegate` (Ed Sanders)
7+
8+
9+
* Docs: Soften and make clearer the language for `no-class-state` (James D. Forrester)
10+
* Docs: Explain `no-global-selector` restriction more clearly (James D. Forrester)
11+
12+
13+
* Release: Update devDependencies (Ed Sanders)
14+
15+
16+
* Code: Remove non-existent $.fn.parse from tests (Ed Sanders)
17+
18+
319
## v2.3.1
420
* New feature: Show deprecation message in linting errors (Ed Sanders)
521

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-no-jquery",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)