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 ofno-find
(Ed Sanders) - New rule:
no-find-util
, split out ofno-find
(Ed Sanders)
—
- Rule fix: Set all rules to type:
suggestion
(Ed Sanders) - Rule fix:
no-global-selector
; addallowIds
option to allow global selector by ID (Adam Roses Wight) - Rule fix:
no-event-shorthand
; addallowAjaxEvents
option and use indeprecated-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)