Skip to content

Commit

Permalink
Tag v3.1.0 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s authored Dec 2, 2024
1 parent 3fe1107 commit 78573f8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# eslint-plugin-no-jquery release history

## v3.1.0
* New rule: `no-fx` (Ed Sanders)
* New rule: `no-done-fail` (Ed Sanders)
* Rule fix: Add `stop` and `finish` methods to `no-animate` (Ed Sanders)
* Rule fix: `no-extend`: Only fix if first arg is object literal (Ed Sanders)

* Code: Fix some indentation in utils (Ed Sanders)
* Code: Migrate GitHub Actions from v1 to v4 to avoid warnings (James D. Forrester)
* Code: Code cleanup in tests (Ed Sanders)
* Code: Fix typos in utils documentation (Ed Sanders)
* Code: Upgrade eslint-config-wikimedia from 0.28.0 to 0.28.2 (James D. Forrester)
* Release: Provide a .mailmap for consistency in git logs (James D. Forrester)

## v3.0.2
* Rule fix: `no-append-html`: Allow passing selectors to some methods (Ed Sanders)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-jquery",
"version": "3.0.2",
"version": "3.1.0",
"description": "Disallow jQuery functions with native equivalents.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 78573f8

Please sign in to comment.