Skip to content

Commit 26aada3

Browse files
authored
Release 2.4.0
Signed-off-by: James D. Forrester <[email protected]>
1 parent 5e4b88f commit 26aada3

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

Changelog.md

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

3+
## v2.4.0
4+
5+
* New feature: Add specification of plugin return types to settings (Ed Sanders)
6+
7+
8+
* New profile: Add new `deprecated-3.5` config (Ed Sanders)
9+
10+
11+
* New rule: `no-find-collection`, split out of `no-find` (Ed Sanders)
12+
* New rule: `no-find-util`, split out of `no-find` (Ed Sanders)
13+
14+
15+
* Rule fix: Set all rules to type: `suggestion` (Ed Sanders)
16+
* Rule fix: `no-global-selector`; add `allowIds` option to allow global selector by ID (Adam Roses Wight)
17+
* Rule fix: `no-event-shorthand`; add `allowAjaxEvents` option and use in `deprecated-3.3` (Ed Sanders)
18+
19+
20+
21+
* Docs: Avoid duplicating name in "Prefer..." sentence (Ed Sanders)
22+
* Docs: Build lists in README.md automatically (Ed Sanders)
23+
* Docs: Consistently use `.methodOrProp` with collections, not `$.methodOrProp` (Ed Sanders)
24+
* Docs: Link to jQuery documentation for each method/util/property (Ed Sanders)
25+
* Docs: Show ruleset information in README (Ed Sanders)
26+
27+
28+
* Release: State "MIT license" in LICENSE header (Ed Sanders)
29+
* Release: Update devDependencies (Ed Sanders)
30+
31+
32+
* code: Add `#odd` and `#even` to all methods lists, new in jQuery 3.5 (Ed Sanders)
33+
* code: Add code coverage checks using Istanbul (Ed Sanders)
34+
* code: Move index.js to src/ (Ed Sanders)
35+
* code: Restructure files and folders (Ed Sanders)
36+
* code: Setup codecov GitHub Action integration (Ed Sanders)
37+
38+
339
## v2.3.2
440

541
* Rule fix: Add fixer for `no-is-function` (Ed Sanders)

package-lock.json

Lines changed: 1 addition & 1 deletion
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.3.2",
3+
"version": "2.4.0",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)