Skip to content

Latest commit

 

History

History
186 lines (96 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

186 lines (96 loc) · 3.65 KB

Changelog

v0.1.6

compare changes

🚀 Enhancements

  • Disable no-useless-constructor (14512d5)

🩹 Fixes

  • deps: Update dependency eslint-plugin-sonarjs to ^0.21.0 (63d5c72)

🏡 Chore

  • vscode: Enable explicit auto-formatting (5467870)

❤️ Contributors

v0.1.5

compare changes

🏡 Chore

  • eslint: "unicorn/prefer-top-level-await": "off" (afd88cd)

❤️ Contributors

v0.1.4

compare changes

🏡 Chore

  • eslint: "unicorn/prefer-module": "off" (6a67ea0)
  • eslint: "unicorn/top-level-await": "off" (ea899e2)

❤️ Contributors

v0.1.3

compare changes

🏡 Chore

  • eslint: Turn off unicorn/filename-case (4680bc6)
  • eslint: Turn off import/order (c858567)
  • eslint: Turn off require-await (40318b6)

❤️ Contributors

v0.1.2

compare changes

📖 Documentation

  • readme: Change project description (7d5f2fb)

❤️ Contributors

v0.1.1

compare changes

🚀 Enhancements

  • Force minor release (738c83a)

❤️ Contributors

v0.0.5

compare changes

📖 Documentation

  • Add README (f9d88ec)

❤️ Contributors

v0.0.4

compare changes

🚀 Enhancements

  • eslint: Add recommended config of sonarjs (#6)
  • complexity: Set max cyclomatic complexity (#6)
  • complexity: Allowed max-param 4 (#6)
  • complexity: Allowed max-statements 7 (#6)
  • complexity: Allowed max-statements-per-line max 1 (#6)
  • complexity: Allow 2 max-nested-callbacks (#6)
  • complexity: Allow 3 max-depth (#6)

📦 Build

  • package: Remove publishing and pushing from release script (5403b0a)

🏡 Chore

  • changelog: Set github repo (dcdd0d9)

❤️ Contributors

v0.0.3

compare changes

🚀 Enhancements

  • Turn off object-curly-spacing rule (44d6a3d)

🏡 Chore

  • 🔧 set commitizen adapter (#4)
  • 🔨 husky init script (#4)
  • commitlint: Add config (#4)
  • husky: Lint commit message on commit-msg hook (e587426)
  • commitizen: Run commitizen on prepare-cmmit-msg hook (6c772bc)

❤️ Contributors

v0.0.2

compare changes

🏡 Chore

  • 📝 add npm version badge (6f6a014)

❤️ Contributors

v0.0.1

🚀 Enhancements

  • ✨ expose ESLint config (1037209)

🏡 Chore

  • 🔥 remove unused files (f6cf606)
  • 🎉 project setup (3905933)
  • 🔧 add config for changelogen (ddf41e3)
  • 🔧 add ESLint config (70e69b3)
  • 🔧 add prettier config (15725ed)
  • 📝 add README (ebfd120)

❤️ Contributors