Skip to content

Latest commit

Β 

History

History
282 lines (162 loc) Β· 5.1 KB

CHANGELOG.md

File metadata and controls

282 lines (162 loc) Β· 5.1 KB

Changelog

Tags:

  • πŸ’₯ [Breaking Change]
  • πŸš€ [New Feature]
  • πŸ› [Bug Fix]
  • πŸ“ [Documentation]
  • 🏠 [Internal]
  • πŸ’… [Polish]

Note: Gaps between patch versions are faulty, broken or test releases.

v2.8.0 (2024-05-30)

πŸš€ New Feature

  • Remove restricted syntax rule

v2.7.0 (2024-03-01)

🏠 Internal

  • Updated statoscope dependencies

v2.6.0 (2024-02-16)

πŸš€ New Feature

  • Ignore webpack magic comments in capitalized-comments eslint rule

v2.5.0 (2024-01-15)

πŸ’₯ Breaking Change

  • Removed stlint

🏠 Internal

  • Updated yarn@4

v2.4.0 (2023-12-04)

🏠 Internal

  • Moved on yarn package manager

v2.3.0 (2023-14-03)

🏠 Internal

  • Moved eslint-plugin-enchanted-curly dependency on npm

v2.2.0 (2023-31-01)

🏠 Internal

  • Disabled require-jsdoc and jsdoc/newline-after-description

v2.1.0 (2022-12-05)

🏠 Internal

  • Small fixes on typescript and base eslint configs

v2.0.0 (2022-12-02)

πŸ’₯ Breaking Change

  • Migrated on eslint@8
  • Removed babel-parser
  • Removed prettier

πŸš€ New Feature

  • Refactored eslint rules
  • Added configs for jest-eslint-runner
  • Added jsdoc-eslint plugin

v1.9.0 (2021-11-15)

πŸš€ New Feature

  • Added new dependencies: @statoscope/stats-validator-plugin-webpack and @statoscope/stats-validator-reporter-console to lint statoscope reports

v1.8.0 (2021-10-25)

πŸ’₯ Breaking Change

  • Removed tslint.json

πŸ› Bug Fix

  • Added useTabs to .prettierrc.js

🏠 Internal

v1.7.3 (2021-05-19)

πŸ› Bug Fix

  • Fixed a version of eslint-plugin-import to 2.22.1

🏠 Internal

v1.7.2 (2021-03-01)

πŸ› Bug Fix

  • Disabled import/no-duplicates

v1.7.1 (2021-03-01)

πŸ› Bug Fix

  • Set @typescript-eslint/no-duplicate-imports includeExports to false

v1.7.0 (2021-03-01)

πŸš€ New Feature

  • Added @typescript-eslint/no-duplicate-imports instead of no-duplicate-imports

🏠 Internal

v1.6.1 (2020-09-24)

πŸ› Bug Fix

  • @typescript-eslint:
    • Added @typescript-eslint/no-use-before-define
    • Added @typescript-eslint/no-redeclare"

v1.6.0 (2020-09-24)

πŸ’₯ Breaking Change

🏠 Internal

  • Added an override for lib/*.js

πŸ’… Polish

  • Added npm run up
  • Added badges within README.md

v1.5.9 (2020-09-11)

πŸ› Bug Fix

  • Disabled no-duplicate-imports

v1.5.8 (2020-09-01)

πŸ› Bug Fix

  • Fixed a version of eslint to 7.7.0

v1.5.7 (2020-08-28)

🏠 Internal

v1.5.6 (2020-08-28)

πŸ› Bug Fix

  • tslint
    • no-use-before-declare -> false
    • no-var-requires -> false
    • unified-signatures -> false
    • no-invalid-template-strings -> false

v1.5.5 (2020-08-19)

πŸ› Bug Fix

  • tslint no-var-keyword -> false

v1.5.4 (2020-08-02)

🏠 Internal

v1.5.3 (2020-07-29)

πŸ› Bug Fix

  • tslint member-ordering -> false

v1.5.2 (2020-07-23)

πŸ› Bug Fix

  • eslint capitalized-comments.ignorePattern -> #|tslint

v1.5.1 (2020-07-22)

πŸ› Bug Fix

  • tslint object-literal-key-quotes -> false

v1.5.0 (2020-07-22)

πŸ’₯ Breaking Change

  • tslint strict-type-predicates -> false

v1.4.0 (2020-07-18)

πŸ’₯ Breaking Change

  • no-extra-parens -> off
  • implicit-arrow-linebreak -> off

v1.3.2 (2020-07-16)

πŸ› Bug Fix

v1.3.0 (2020-07-10)

πŸš€ New Feature

  • @typescript-eslint/require-array-sort-compare -> ["error", {"ignoreStringArrays": true}]

v1.2.1 (2020-07-10)

πŸ› Bug Fix

v1.2.0 (2020-07-10)

πŸš€ New Feature

  • Added overrides for src/entries

v1.1.0 (2020-07-06)

πŸš€ New Feature

  • Added .stlintrc

v1.0.0 (2020-07-06)

πŸš€ New Feature

  • Initial release