Skip to content

Latest commit

 

History

History
170 lines (83 loc) · 8.52 KB

CHANGELOG.md

File metadata and controls

170 lines (83 loc) · 8.52 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.5 (2022-04-30)

1.6.4 (2022-04-01)

1.6.3 (2022-02-16)

1.6.2 (2022-02-14)

Bug Fixes

  • ts: disable no-underscore-dangle since _ is a required prefix for private members (b4ed1ce)

1.6.1 (2022-02-04)

Bug Fixes

  • replace scitizen with knodes in descriptions, imports, tests, & add in import rules (ff08200)

1.6.0 (2022-02-04)

Features

  • plugin/typescript-eslint: require leading underscore for private methods/properties (afe1de2)
  • plugins/jsdoc: add custom tags category, typeparam (TS) & usage (JS | TS) (b69df19)

1.5.1 (2021-09-10)

Bug Fixes

  • plugin/import: match # & ~ without suffix/path (53c4171)

1.5.0 (2021-09-02)

Features

  • plugin/import: add #** imports before ~** and after @scitizen imports (4bf29de)

Bug Fixes

  • config/ts: add tests directory as using ts-test fragment (0856746)
  • plugin/import: disable import/named because of bug import-js/eslint-plugin-import#2187 (40f2faa)

1.4.7 (2021-08-21)

1.4.6 (2021-08-21)

1.4.5 (2021-08-17)

1.4.4 (2021-07-30)

Bug Fixes

  • angular: use multiple paths for unit tests (ac16e87)
  • js: allow dev dependencies in configs (10d2b74)
  • jsdoc: properly support overloads, disable rule for tests (a4308b9)
  • typescript: ignore unused rest in destructuring (80673b1)

1.4.3 (2021-06-14)

Bug Fixes

  • jsdoc: disable check of getter/setter/ctor, disable param type for TS (62b1c6d)

1.4.2 (2021-06-14)

Bug Fixes

  • jsdoc: restore require of jsdoc on methods (12af90c)

1.4.1 (2021-06-08)

Bug Fixes

  • fix export of fragments, update dependencies (a822a96)

1.4.0 (2021-05-16)

Features

  • nest: better rules for test dir (f50393c)
  • ts: light rules on custom typings dir (types) (8a81bfe)

Bug Fixes

  • change packages versions to avoid benmosher/eslint-plugin-import#2067 (bc7be2e)

1.3.1 (2021-05-10)

1.3.0 (2021-05-09)

Features

  • angular: add libs configs (6969ae7)
  • angular: customize default rules (63e544a)
  • comments: add eslint-plugin-comments (56f8a3f)
  • eslint: allow time and timeEnd on console (bdf0034)
  • add testing overrides (b27d97d)

Bug Fixes

  • map exports fragments (8bbc877)
  • angular: fix naming of configs (a0d0ff6)

1.2.0 (2021-05-01)

Features

  • angular: apply light js lint rules on test index (a391628)
  • angular: update to latest plugins, use more strict rules (7f3a7ba)
  • js: apply sort export rules on every js & ts files, not only under src (3421bb8)

1.1.1 (2021-01-08)

1.1.0 (2021-01-08)

Features

  • add rule to sort exports of barrel files (index.{j,t}s{,x}) (a112e23)

1.0.4 (2021-01-07)

Bug Fixes

  • ts: apply test config on test-utils & mocks dir & light js config on root files (06ea968)

1.0.3 (2021-01-07)

Bug Fixes

  • angular: use js-config fragment for ./.js & ./e2e/.js (5016bad)

1.0.2 (2021-01-06)

1.0.1 (2021-01-05)

Bug Fixes

  • angular: add missing angular-eslint plugin, root js env is node (af4393b)
  • angular: complete tests rules (b04f561)
  • nest: include e2e tests in tests config, fix test preset name (bb3e431)

1.0.0 (2021-01-05)

Features