Skip to content

Latest commit

 

History

History
222 lines (108 loc) · 10 KB

CHANGELOG.md

File metadata and controls

222 lines (108 loc) · 10 KB

6.0.2 (2024-06-08)

Bug Fixes

6.0.1 (2024-06-08)

Bug Fixes

6.0.0 (2024-06-08)

Features

  • updated to latest versions (b35a485)
  • updated to latest versions (a13d428)

Refactors

5.5.2 (2024-01-27)

Bug Fixes

  • compatibility with angular 17 (5045098)
  • fix compatibility with angular 17 workspaces (3b3f8a9)

Improvements

  • change base project rules to warn (1e12730)
  • change base project rules to warn (2aeaa2a)
  • change rules to warn (651398b)
  • compatible with angular 17 and latest packages (9678b74)

5.5.1 (2024-01-21)

Refactors

5.5.0 (2023-11-19)

Features

  • removed unused rules and update some packages (bb2759d)
  • updated all packages (5b1c091)
  • updated all packages (c026053)

Refactors

5.4.0 (2023-11-13)

Features

5.3.0 (2023-11-13)

Features

5.2.0 (2023-04-17)

Features

5.1.0 (2022-10-03)

Features

5.0.1 (2022-01-04)

Improvements

  • angular: allow console.assert (918a847)

5.0.0 (2021-12-25)

Bug Fixes

  • rules: update injected-service-name to match eslintv8 (376ce84)

4.2.7 (2021-12-01)

Bug Fixes

  • angular: update dependencies and versions (762bce4)
  • angular: update dependencies and versions (e20bbb4)
  • angular: update dependencies and versions (798bbae)

4.2.6 (2021-11-24)

Bug Fixes

  • angular: peer dependencies and versions of peerdeps packages (e89197a)

4.2.5 (2021-10-30)

Bug Fixes

  • remove member-ordering warnings (3962aa9)

4.2.4 (2021-10-11)

Bug Fixes

4.2.3 (2021-09-18)

Improvements

  • angular: change eqeqeq in html to warn (953f702)
  • angular: change no-console to error (6c0c31b)

4.2.2 (2021-09-06)

Bug Fixes

  • angular: disable some rules as they're producing a lot of warnings that aren't really important (dad212f)

4.2.1 (2021-09-04)

Bug Fixes

  • angular: remove prefer-readonly rule (6ae4e40)

Improvements

4.2.0 (2021-09-04)

Features

  • angular: update parserOptions.project option to support angular monorepo multiple tsconfig files (da78466)

4.1.0 (2021-08-31)

Features

  • angular: add more rules from eslint and typescript-eslint. remove rxjs and import plugins (cfaef40)

4.0.0 (2021-08-21)

⚠ BREAKING CHANGES

  • angular: Now you must have a tsconfig.json file in the root of the project. Inside it, include all projects files ("include": ["projects/**/*.ts"])

Bug Fixes

  • angular: install deps (2e50f70)
  • angular: use tsconfig.json instead of tsconfig.app.json (462e140)

Improvements

  • angular: update sonarjs plugin (816c3ee)

3.1.5 (2021-05-26)

Bug Fixes

  • angular: remove quotes rule (4f4db03)

3.1.4 (2021-05-14)

Bug Fixes

  • angular: remove max-len rule (e751c35)
  • angular: reorder rules (539c8ef)

3.1.3 (2021-04-30)

  • No changes