Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Latest commit

 

History

History
78 lines (55 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

78 lines (55 loc) · 1.98 KB

Changelog

v18.0.1

Changes

  • Bump eslint-plugin-html as peerDependency to version ^8.0.0

v18.0.0

Breaking Change

  • Update @angular as peerDependency to version ^18.0.0

v17.0.1

  • Update compatibilities to latest versions

v17.0.0

Breaking Change

  • The major version primarily communicates the alignment with Angular's major version. Only Angular 17 is supported.
  • Add @angular-eslint/template/attributes-order rule for ordering template attributes
  • Add @angular-eslint/template/@angular-eslint/template/prefer-self-closing-tags rule for forcing self closing tags

v16.1.1

  • Disable @typescript-eslint/promise-function-async for angular .routes.ts files

v16.1.0

  • Switch the accessibility rules in the @angular-eslint/eslint-plugin-template dependency to error

v16.0.1

  • Update @typescript-eslint as peerDependency to version ^6.0.0

v16.0.0

Breaking Change

  • Update @angular as peerDependency to version ^16.0.0
  • Update @angular-eslint as peerDependency to version ^16.0.0

v15.0.1

  • change path of typescript parserOptions

v15.0.0

  • Update all dependencies
  • Adapt version to major angular version

v2.0.2

  • Add support for @angular@14

v2.0.1

  • Use tsconfig.base.json instead of tsconfig.json

v2.0.0

  • Clean new version

v1.0.9

  • Add support for eslint@8

v1.0.8

  • Add support for @angular@13

v1.0.7

  • Add eslint rules for *.ts files

v1.0.6

  • Add eslint-plugin-html to dependency to be able to lint html files

v1.0.5

  • Remove eslint-config-team23-standard dependency for independent usage

v1.0.4

  • Update eslint-config-team23-standard to version 1.0.4

v1.0.3

  • Update version number to be aligned with eslint-config-team23-standard

v1.0.2

  • Update version number to be aligned with eslint-config-team23-standard

v1.0.1

  • Update version number to be aligned with eslint-config-team23-standard

v1.0.0

  • Initial release with eslint rules for js inspired by current projects