Skip to content

Commit

Permalink
Release v3.0.0 (#321)
Browse files Browse the repository at this point in the history
Fixes #320

Co-authored-by: James D. Forrester <[email protected]>
  • Loading branch information
edg2s and jdforrester authored Jun 6, 2024
1 parent 6f5cc33 commit d585239
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
32 changes: 25 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
# eslint-plugin-no-jquery release history

## v3.0.0
* [BREAKING CHANGE] Drop Node 10, 12, 14, & 16 support (Ed Sanders, James D. Forrester)
* [BREAKING CHANGE] Raise eslint requirement to 8+ (James D. Forrester)

* New config: `deprecated-3.7` for new jQuery release (Ed Sanders)

* Rule fix: `no-append-html`; check appendTo/prependTo (Ed Sanders)
* Rule fix: `no-append-html`; catch .add(html) (Anders Kaseorg)
* Rule fix: `no-sizzle`; allow 'nth-child' selector (Ed Sanders)
* Rule fix: Add fixer for `no-extend` (Ed Sanders)

* Code: Use object shorthand for properties (Ed Sanders)
* Code: Fix comment syntax in build-all-methods.js (Ed Sanders)
* Release: Update devDependencies (Ed Sanders, James D. Forrester)

## v2.7.0
* New rule: `no-append-html` (#284) (Ed Sanders)
* New rule: `no-append-html` (Ed Sanders)
* New config: Allow rules to disable get/set separately, starting with no-html (Ed Sanders)
* Deprecated rule: `no-submit`; use `no-event-shorthand` (Ed Sanders)

* Code: Sort ajax events consistently and alphabetically. (Ed Sanders)
* Code: utils.isjQuery: Improve `Identifier` detection (#283) (Ed Sanders)
* Code: utils.isjQuery: Improve `Identifier` detection (Ed Sanders)

* Docs: Update eslint-docgen to 0.5.1 (#290) (Ed Sanders)
* Docs: Show which rules have options, and which are fixable in README (#289) (Ed Sanders)
* Docs: Fix test links (#280) (Ed Sanders)
* Docs: Update eslint-docgen to 0.5.1 (Ed Sanders)
* Docs: Show which rules have options, and which are fixable in README (Ed Sanders)
* Docs: Fix test links (Ed Sanders)

* Release: Update devDependencies (#278) (Ed Sanders)
* Release: Update devDependencies (Ed Sanders)

## v2.6.0
* New rule: `no-escape-selector` for `$.escapeSelector` util (Ed Sanders)
Expand All @@ -32,7 +50,7 @@
* Code: Add real arguments to `no-parse-html` tests (Ed Sanders)
* Code: codecov.yaml: Remove extra linebreak (Ed Sanders)
* Release: Update devDependencies (#266) (Ed Sanders)
* Release: Update devDependencies (Ed Sanders)


## v2.5.0
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": "2.7.0",
"version": "3.0.0",
"description": "Disallow jQuery functions with native equivalents.",
"repository": {
"type": "git",
Expand Down

0 comments on commit d585239

Please sign in to comment.