Skip to content

Commit 920bc88

Browse files
authored
Release v2.7.0 (#291)
1 parent ca396f8 commit 920bc88

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

Changelog.md

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

3+
## v2.7.0
4+
* New rule: `no-append-html` (#284) (Ed Sanders)
5+
* New config: Allow rules to disable get/set separately, starting with no-html (Ed Sanders)
6+
* Deprecated rule: `no-submit`; use `no-event-shorthand` (Ed Sanders)
7+
8+
9+
* Code: Sort ajax events consistently and alphabetically. (Ed Sanders)
10+
* Code: utils.isjQuery: Improve `Identifier` detection (#283) (Ed Sanders)
11+
12+
13+
* Docs: Update eslint-docgen to 0.5.1 (#290) (Ed Sanders)
14+
* Docs: Show which rules have options, and which are fixable in README (#289) (Ed Sanders)
15+
* Docs: Fix test links (#280) (Ed Sanders)
16+
17+
18+
* Release: Update devDependencies (#278) (Ed Sanders)
19+
320
## v2.6.0
421
* New rule: `no-escape-selector` for `$.escapeSelector` util (Ed Sanders)
522
* New config: `deprecated-3.6` for new jQuery release (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": "2.6.0",
3+
"version": "2.7.0",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)