Skip to content

Commit 9c9a2bc

Browse files
authored
Release v2.6.0 (#277)
1 parent 725c453 commit 9c9a2bc

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

Changelog.md

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

3+
## v2.6.0
4+
* New rule: `no-escape-selector` for `$.escapeSelector` util (Ed Sanders)
5+
* New config: `deprecated-3.6` for new jQuery release (Ed Sanders)
6+
7+
8+
* Rule fix: Add fixer for `no-on-ready` (Ed Sanders)
9+
* Rule fix: Add fixer for `no-ready-shorthand` (Ed Sanders)
10+
* Rule fix: Add fixer for `no-error` (Ed Sanders)
11+
* Rule fix: Add fixer for `no-parse-xml` (Ed Sanders)
12+
* Rule fix: Add fixer for `no-parse-html-literal` tag style (Ed Sanders)
13+
* Rule fix: `no-now`; recommend `Date.now` rather than `(new Date).getTime()` (Ed Sanders)
14+
15+
16+
* Code: Add real arguments to `no-parse-html` tests (Ed Sanders)
17+
* Code: codecov.yaml: Remove extra linebreak (Ed Sanders)
18+
* Release: Update devDependencies (#266) (Ed Sanders)
19+
20+
321
## v2.5.0
422

523
* New config: `recommended` just includes `variable-pattern` rule (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.5.0",
3+
"version": "2.6.0",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)