Skip to content

Releases: angular-eslint/angular-eslint

v0.8.0-beta.6

16 Dec 07:56
Compare
Choose a tag to compare

New rule in eslint-plugin-template: accessibility-table-scope
New rule in eslint-plugin-template: accessibility-valid-aria
New rule in eslint-plugin-template: conditional-complexity
New rule in eslint-plugin-template: no-any

v0.8.0-beta.5

09 Dec 11:08
Compare
Choose a tag to compare
  • feat(eslint-plugin-template): use-track-by-functions

v0.8.0-beta.4

09 Dec 08:50
Compare
Choose a tag to compare
  • fix(eslint-plugin-template): components with inline templates and CRLF
  • fix(eslint-plugin): directive-selector does not ignore indentation differences nor work with multiple selectors

v0.8.0-beta.3

28 Nov 11:02
Compare
Choose a tag to compare

Transient dependency issue fixed by updating direct dependency

v0.8.0-beta.2

22 Nov 14:00
Compare
Choose a tag to compare

Fixed no-empty-lifecycle-method message

v0.8.0-beta.1

17 Nov 17:29
Compare
Choose a tag to compare
v0.8.0-beta.1

v0.7.0-beta.1

13 Nov 23:17
Compare
Choose a tag to compare
  • Explicit Angular 11 support

v0.7.0-beta.0: The one with the `convert-tslint-to-eslint` schematic

13 Nov 21:29
Compare
Choose a tag to compare
  • Breaking changes to recommend configs to align them more closely with converted version of the OOTB Angular CLI tslint.json
  • add-config-to-project schematic replaced by far more powerful convert-tslint-to-eslint schematic (see README for new instructions)
  • See integration-tests fixtures for all updated usage of the tooling
  • No longer using .component.html and .component.ts in configs - more broad .ts and .html everywhere

v0.6.0-beta.0

28 Oct 09:07
Compare
Choose a tag to compare
  • allowTemplateLiterals: true for quotes rule in recommended config
  • fix to remove unnecessary whitespace when suppressing warnings

v0.5.0-beta.5

22 Oct 15:24
Compare
Choose a tag to compare

Fix regression in processor introduced in v0.5.0-beta.4