projecte_ionic/node_modules/@angular-eslint/eslint-plugin/CHANGELOG.md
2022-02-09 18:30:03 +01:00

6 KiB
Executable file

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

12.0.0 (2021-05-13)

Features

4.3.0 (2021-05-12)

Note: Version bump only for package @angular-eslint/eslint-plugin

4.2.1 (2021-05-12)

Note: Version bump only for package @angular-eslint/eslint-plugin

4.2.0 (2021-04-28)

Note: Version bump only for package @angular-eslint/eslint-plugin

4.1.0 (2021-04-28)

Note: Version bump only for package @angular-eslint/eslint-plugin

4.0.0 (2021-04-18)

Features

  • schematics: options for convert-tslint-to-eslint (#419) (18fd863)

3.0.1 (2021-04-18)

Bug Fixes

  • eslint-plugin: correctly expose recommended-extra config (#418) (f727d8c)

3.0.0 (2021-04-17)

Features

2.1.1 (2021-04-17)

Bug Fixes

  • eslint-plugin: sort-ngmodule-metadata-arrays reporting false positives (#408) (149152a)
  • eslint-plugin: directive-class-suffix reporting selectorless directives (#394) (42d4e5d)

2.1.0 (2021-04-11)

Features

  • eslint-plugin: add rule sort-ngmodule-metadata-arrays (#386) (935afdd)

2.0.2 (2021-03-16)

Note: Version bump only for package @angular-eslint/eslint-plugin

2.0.1 (2021-03-14)

Bug Fixes

  • eslint-plugin-template: conditional-complexity error from bundling (#373) (f466c01)

2.0.0 (2021-03-13)

Bug Fixes

Features

BREAKING CHANGES

  • The format of results output has changed

  • The rule no longer exists for use

  • feat(template-parser): updated use of parseTemplate to improve loc data

  • Requires @angular/compiler 11.2.0 and above

  • feat(schematics): change way indent and quotes are handled by conversion schematics

  • The conversion schematic handle these rules differently

1.2.0 (2021-02-06)

Bug Fixes

  • eslint-plugin: component-max-inline-declarations animations not being checked properly (#313) (61a2a0f)
  • eslint-plugin: no-lifecycle-call invalid super calls not being reported (#314) (c44cd5d)

Features

  • eslint-plugin: add fixer for use-pipe-transform-interface (#260) (e3f4db6)

1.1.0 (2021-01-14)

Bug Fixes

  • eslint-plugin: handle DoBootstrap correctly in lifecycle rules (#243) (5010b3f)