Skip to content

Latest commit

 

History

History
315 lines (149 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

315 lines (149 loc) · 15.5 KB

Changelog

2.0.1 (2024-11-26)

2.0.0 (2024-11-18)

⚠ BREAKING CHANGES

  • Add support ESLint >=9

Features

Bug Fixes

  • 🐛 change deprecated @typescript-eslint/ban-types rule (b21ea9e)
  • 🐛 change links to rules and add warn for sonarjs/todo-tag (7250b57)
  • 🐛 fix module installation (2754a8c)
  • 🐛 fix types (ba59cf5)

Documentations

  • 📝 add info about rules in README.md (9819b77)
  • 📝 update README.md (08ccfac)

1.4.2 (2024-05-15)

Bug Fixes

1.4.1 (2024-05-15)

Bug Fixes

  • 🐛 fix sonar exatension (8879b45)

1.4.0 (2024-05-15)

Features

  • ✨ update ESLint plugins (de40442)

1.3.1 (2024-03-12)

Bug Fixes

CI/CD

  • 🎡 add auto release (90a1ef2)
  • 🎡 add config for auto publish throught release-it (919a384)

Bug Fixes

Bug Fixes

Bug Fixes

CI/CD

  • 🎡 add config for auto publish throught release-it (919a384)
  • 🎡 fix after:bump hook for TOC in READMEs (b428a63)
  • 🎡 fix path for READMEs (d2ab737)

1.3.0 (2023-11-22)

Features

  • package.json: ✨ update all packages (84e97ab)
  • eslint-plugin-unicorn: ✨ update to ^49.0.0 (3e206cb)
  • docs: add support for multilingual documentation (HINDI) #fixes #35 (6ff6898)
  • docs: added multilingual documentation (HINDI) $fixes 35 (fdd0b3b)

Bug Fixes

  • package.json: 🐛 fix incompatible versions in CI (b8d493b)
  • readme: 🐛 fix partial config name (ea67ae5)

Documentations

  • package.json: 📝 add bugs and homepage section (df042a7)

1.2.0 (2023-11-09)

Features

  • contributors: Added automate contributors list in bottom of README Fixes #48 (ffa74ac)

Documentations

  • readme: 📝 fix title on readme files (b45ac5d)
  • readme: 📝 update ja, zh-tw readme files (8d695fd)

1.1.3 (2023-11-08)

Documentations

  • readme: 📝 update readme on other languages (a84215a)
  • readme: Add "Show your support" section (07130a9)

1.1.2 (2023-11-05)

Documentations

  • readme: 📝 automate TOC generation for zh-tw (433268b)
  • readme: 📝 fix link to CONTRIBUTING.md file (f6dc5bc)
  • readme: ✏️ add zh-tw README.md (c26156d), closes #40

1.1.1 (2023-11-04)

Documentations

  • ✏️ Add ja README.md #36 (e7ff740)
  • ✏️ fix typo (351f78a), closes #36
  • readme: 📝 add links to lacalized readme - 日本語 (ja) (9413c2c)

1.1.0 (2023-11-03)

Features

  • configs: ✨ add settings in config section for each rules part (d7a7f5b)

1.0.7 (2023-11-02)

Documentations

  • readme: 📝 shortened the description about installation process (f8f8262)

1.0.6 (2023-10-30)

Bug Fixes

  • release-it: 🐛 fix tgz assets version in release changelog (658be5a)

1.0.5 (2023-10-30)

Documentations

  • readme: 📝 make changes in README.md file (73635ff)

1.0.4 (2023-10-29)

Documentations

  • readme: add link to contributing.md (476ed2c)

1.0.3 (2023-10-28)

Documentations

  • add license section into readme file (07fdb90)

1.0.2 (2023-10-27)

Documentations

  • add instructions for yarn (73e54ab)

1.0.1 (2023-10-26)

Bug Fixes

  • update eslint-plugin-sonarjs to latest version 0.21.0 (6cbf2ff)
  • update package-lock.json (9b45b56)

1.0.0 (2023-10-24)

⚠ BREAKING CHANGES

  • Custom settings for eslint-plugin-perfectionist can catch the errors. See more

Features

  • ✨ updated eslint-plugin-perfectionist to latest version 2.2.0 (e270143), closes #12

0.2.6 (2023-10-20)

Build

  • 📦 update packages for release flow (4874a39)

0.2.5 (2023-09-15)

Bug Fixes

  • 🐛 fix setup without prettier. Updated readme (59d1c51)

0.2.4 (2023-09-06)

Documentations

0.2.3 (2023-09-06)

Documentations

  • 📝 fix badges for: npm and hit counter (7cef2e4)

0.2.2 (2023-09-06)

Documentations

  • 📝 add Table of Contents section into readme (34e417d)

0.2.1 (2023-09-05)

Documentations

  • 📝 add badges in README.md (93a1d11)
  • 📝 add bagend in README.md (129c9ab)

0.2.0 (2023-09-05)

Features

  • ✨ add eslint-plugin-perfectionist (3887566)

Bug Fixes

  • 🐛 [unicorn] exclude i18n-config.ts from filename-case rule (e615030)

0.1.3 (2023-09-03)

0.1.2 (2023-09-03)

Bug Fixes

  • 🐛 remove packages dependacies (9db955c)

0.1.1 (2023-09-03)

Bug Fixes

  • 🐛 disable import/no-unassigned-import (248a9ac)

0.1.0 (2023-09-03)

Features

Bug Fixes

  • 🐛 fix packages mismatches (474aa87)

Documentations

CI/CD

  • 🎡 fix env variables reading (548aee9)
  • 🎡 fix node_modules innstall command (2cefe39)
  • 🎡 fix release config (6a38d6a)