|
1 | 1 | # eslint-plugin-no-jquery release history
|
2 | 2 |
|
| 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 | + |
3 | 39 | ## v2.3.2
|
4 | 40 |
|
5 | 41 | * Rule fix: Add fixer for `no-is-function` (Ed Sanders)
|
|
0 commit comments