File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments