Skip to content

v2.3.1

Compare
Choose a tag to compare
@edg2s edg2s released this 22 Dec 14:32
· 124 commits to master since this release
8710bcd
  • New feature: Show deprecation message in linting errors (Ed Sanders)

  • Deprecated rule: no-die; use no-live (Ed Sanders)
  • Deprecated rule: no-unbind; use no-bind (Ed Sanders)
  • Deprecated rule: no-undelegate; use no-delegate (Ed Sanders)

  • Rule fix: Remove load from no-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 to nonCollectionReturningMethods (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)