v2.3.1
- New feature: Show deprecation message in linting errors (Ed Sanders)
—
- Deprecated rule:
no-die
; useno-live
(Ed Sanders) - Deprecated rule:
no-unbind
; useno-bind
(Ed Sanders) - Deprecated rule:
no-undelegate
; useno-delegate
(Ed Sanders)
—
- Rule fix: Remove
load
fromno-event-shorthand
(Ed Sanders)
—
- Docs: Build generic "Prefer" messages for docs when node===true (Ed Sanders)
- Docs: Escape all code snippets (Ed Sanders)
- Docs: Monospace rule names (Ed Sanders)
—
- Release: Add icons to readme section headings (Ed Sanders)
- Release: Fix Changelog markdown list spacing (Ed Sanders)
- Release: Use a limited ruleset for lint-fixing documentation snippets (Ed Sanders)
—
- Code: Add
triggerHandler
tononCollectionReturningMethods
(Ed Sanders) - Code: Check documentation in CI (Ed Sanders)
- Code: Check rules are listed in README.md & index.js (Ed Sanders)
- Code: Migrate from Travis to GitHub Actions (James D. Forrester)
- Code: Remove incorrect TODO comment (Ed Sanders)