Skip to content

Commit 9c6420a

Browse files
authored
Tag v2.3.0 (#168)
* Tag v2.2.2 Signed-off-by: James D. Forrester <[email protected]> * Add no-parse-xml and slim to changelog. * Make this 2.3.0
1 parent 3134f7f commit 9c6420a

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

Diff for: Changelog.md

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

3+
## v2.3.0
4+
* New rule: `variable-pattern` (Ed Sanders)
5+
* New rule: `no-parse-xml` (Ed Sanders)
6+
* New rule: `no-visibility` as a group alias for `no-show`, `no-hide`, & `no-toggle` (Ed Sanders)
7+
8+
* New config: `slim` as a profile for users of the jQuery slim build (Ed Sanders)
9+
10+
* Deprecated rule: `no-show` (Ed Sanders)
11+
* Deprecated rule: `no-hide` (Ed Sanders)
12+
* Deprecated rule: `no-toggle` (Ed Sanders)
13+
14+
* Rule fix: Add `allowDeep` options to `no-extend` (Ed Sanders)
15+
* Rule fix: Add `hasData` method to `no-data` rule (Ed Sanders)
16+
* Rule fix: Enforce single tag style in `no-parse-html-literal` (Ed Sanders)
17+
18+
* New fixer: Add fixer for `no-event-shorthand` and similar (Ed Sanders)
19+
* New fixer: Add fixer for `no-noop` (Ed Sanders)
20+
* New fixer: Add fixer for `no-now` (Ed Sanders)
21+
* New fixer: Add fixer for `no-size` (Ed Sanders)
22+
23+
* Docs: Link to each rule's definition (Ed Sanders)
24+
* Docs: Switch `constructorAliases`/`variablePattern` in README (Ed Sanders)
25+
* Docs: Pad fixer examples so they align (Ed Sanders)
26+
* Docs: Output example fixes in documentation (Ed Sanders)
27+
28+
* Release: Update LICENSE authors (Ed Sanders)
29+
30+
* Code: Add `npm run testpath` for running a single test (Ed Sanders)
31+
* Code: Add a test that automatically captures all rules (Ed Sanders)
32+
* Code: Avoid `key in object` lookup (Ed Sanders)
33+
* Code: Improvements to collection return detection (Ed Sanders)
34+
* Code: More fixes to jQuery method return types (Ed Sanders)
35+
* Code: Rename .eslintrc to .eslintrc.json (Ed Sanders)
36+
* Code: Update eslint-config-wikimedia (Ed Sanders)
37+
38+
339
## v2.2.1
440
* Release: Update index.js and README with missing rules (Ed Sanders)
541

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.2.1",
3+
"version": "2.3.0",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)