Skip to content

Commit 78573f8

Browse files
authored
Tag v3.1.0 (#342)
1 parent 3fe1107 commit 78573f8

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# eslint-plugin-no-jquery release history
22

3+
## v3.1.0
4+
* New rule: `no-fx` (Ed Sanders)
5+
* New rule: `no-done-fail` (Ed Sanders)
6+
* Rule fix: Add `stop` and `finish` methods to `no-animate` (Ed Sanders)
7+
* Rule fix: `no-extend`: Only fix if first arg is object literal (Ed Sanders)
8+
9+
10+
* Code: Fix some indentation in utils (Ed Sanders)
11+
* Code: Migrate GitHub Actions from v1 to v4 to avoid warnings (James D. Forrester)
12+
* Code: Code cleanup in tests (Ed Sanders)
13+
* Code: Fix typos in utils documentation (Ed Sanders)
14+
* Code: Upgrade eslint-config-wikimedia from 0.28.0 to 0.28.2 (James D. Forrester)
15+
* Release: Provide a .mailmap for consistency in git logs (James D. Forrester)
316

417
## v3.0.2
518
* Rule fix: `no-append-html`: Allow passing selectors to some methods (Ed Sanders)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)