Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: James D. Forrester <[email protected]>
  • Loading branch information
jdforrester committed May 4, 2020
1 parent 5e4b88f commit 26aada3
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# eslint-plugin-no-jquery release history

## v2.4.0

* New feature: Add specification of plugin return types to settings (Ed Sanders)

* New profile: Add new `deprecated-3.5` config (Ed Sanders)

* New rule: `no-find-collection`, split out of `no-find` (Ed Sanders)
* New rule: `no-find-util`, split out of `no-find` (Ed Sanders)

* Rule fix: Set all rules to type: `suggestion` (Ed Sanders)
* Rule fix: `no-global-selector`; add `allowIds` option to allow global selector by ID (Adam Roses Wight)
* Rule fix: `no-event-shorthand`; add `allowAjaxEvents` option and use in `deprecated-3.3` (Ed Sanders)


* Docs: Avoid duplicating name in "Prefer..." sentence (Ed Sanders)
* Docs: Build lists in README.md automatically (Ed Sanders)
* Docs: Consistently use `.methodOrProp` with collections, not `$.methodOrProp` (Ed Sanders)
* Docs: Link to jQuery documentation for each method/util/property (Ed Sanders)
* Docs: Show ruleset information in README (Ed Sanders)

* Release: State "MIT license" in LICENSE header (Ed Sanders)
* Release: Update devDependencies (Ed Sanders)

* code: Add `#odd` and `#even` to all methods lists, new in jQuery 3.5 (Ed Sanders)
* code: Add code coverage checks using Istanbul (Ed Sanders)
* code: Move index.js to src/ (Ed Sanders)
* code: Restructure files and folders (Ed Sanders)
* code: Setup codecov GitHub Action integration (Ed Sanders)


## v2.3.2

* Rule fix: Add fixer for `no-is-function` (Ed Sanders)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-jquery",
"version": "2.3.2",
"version": "2.4.0",
"description": "Disallow jQuery functions with native equivalents.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 26aada3

Please sign in to comment.