Skip to content

Commit 8710bcd

Browse files
authored
Merge pull request #188 from wikimedia/release-2.3.1
Tag v2.3.1
2 parents 841d2b3 + b01fdfe commit 8710bcd

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

Diff for: Changelog.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# eslint-plugin-no-jquery release history
22

3+
## v2.3.1
4+
* New feature: Show deprecation message in linting errors (Ed Sanders)
5+
6+
7+
* Deprecated rule: `no-die`; use `no-live` (Ed Sanders)
8+
* Deprecated rule: `no-unbind`; use `no-bind` (Ed Sanders)
9+
* Deprecated rule: `no-undelegate`; use `no-delegate` (Ed Sanders)
10+
11+
12+
* Rule fix: Remove `load` from `no-event-shorthand` (Ed Sanders)
13+
14+
15+
* Docs: Build generic "Prefer" messages for docs when node===true (Ed Sanders)
16+
* Docs: Escape all code snippets (Ed Sanders)
17+
* Docs: Monospace rule names (Ed Sanders)
18+
19+
20+
* Release: Add icons to readme section headings (Ed Sanders)
21+
* Release: Fix Changelog markdown list spacing (Ed Sanders)
22+
* Release: Use a limited ruleset for lint-fixing documentation snippets (Ed Sanders)
23+
24+
25+
* Code: Add `triggerHandler` to `nonCollectionReturningMethods` (Ed Sanders)
26+
* Code: Check documentation in CI (Ed Sanders)
27+
* Code: Check rules are listed in README.md & index.js (Ed Sanders)
28+
* Code: Migrate from Travis to GitHub Actions (James D. Forrester)
29+
* Code: Remove incorrect TODO comment (Ed Sanders)
30+
31+
332
## v2.3.0
433
* New rule: `variable-pattern` (Ed Sanders)
534
* New rule: `no-parse-xml` (Ed Sanders)

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-no-jquery",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)