Skip to content

Commit

Permalink
Release v2.7.0 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s committed Oct 26, 2021
1 parent ca396f8 commit 920bc88
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions Changelog.md
@@ -1,5 +1,22 @@
# eslint-plugin-no-jquery release history

## v2.7.0
* New rule: `no-append-html` (#284) (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)

* 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)

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

## v2.6.0
* New rule: `no-escape-selector` for `$.escapeSelector` util (Ed Sanders)
* New config: `deprecated-3.6` for new jQuery release (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
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-jquery",
"version": "2.6.0",
"version": "2.7.0",
"description": "Disallow jQuery functions with native equivalents.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 920bc88

Please sign in to comment.