Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

55 lines (37 loc) · 4.41 KB

Changelog

0.2.0 (2024-04-05)

Added

  • ✨ Added Caching Decorator (with MemoryCache) (#10) [d214150] (by Simon)

Changed

  • ⬆️ Bump typescript-eslint from 7.2.0 to 7.5.0 (#22) [f4d7237] (by dependabot[bot])
  • ⬆️ Bump @types/node from 20.11.30 to 20.12.4 (#21) [7c9ce4b] (by dependabot[bot])
  • ⬆️ Bump @typescript-eslint/parser from 7.3.1 to 7.5.0 (#23) [e474add] (by dependabot[bot])
  • ⬆️ Bump @typescript-eslint/eslint-plugin from 7.3.1 to 7.5.0 (#20) [43fbd50] (by dependabot[bot])
  • ⬆️ Bump @types/node from 20.11.28 to 20.11.30 (#13) [eae334f] (by dependabot[bot])
  • ⬆️ Bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.1 (#14) [b056fc0] (by dependabot[bot])
  • ⬆️ Bump @typescript-eslint/parser from 7.2.0 to 7.3.1 (#11) [c20b5dc] (by dependabot[bot])
  • ⬆️ Bump typescript from 5.4.2 to 5.4.3 (#15) [bc30593] (by dependabot[bot])
  • 💡 Polished documentation and readme (#8) [4999251] (by Simon)
  • ⬆️ Bump typescript-eslint from 7.1.0 to 7.2.0 (#2) [582b99d] (by dependabot[bot])
  • ⬆️ Bump @typescript-eslint/parser from 7.1.0 to 7.2.0 (#6) [7976f95] (by dependabot[bot])
  • ⬆️ Bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.2.0 (#4) [8cedf29] (by dependabot[bot])
  • ⬆️ Bump @types/node from 20.11.24 to 20.11.28 (#5) [b43ca6e] (by dependabot[bot])
  • ⬆️ Bump typescript from 5.3.3 to 5.4.2 (#3) [664ce9b] (by dependabot[bot])

CI/CD

  • 👷 Working on changelog flow (#24) [187d5a0] (by Simon)

0.1.0 (2024-03-15)

Added

  • ✨ 🎉 Initial Version of Lib (#1) [1e084b4] (by Simon)
  • 👷‍♂️ Reworked Release Flow [a82c08c] (by Templum)

Changed

  • 🔧 Grantin needed permission to workflow [fb5df0f] (by Templum)
  • 🔧 Created JSR Definition [b42c67e] (by Templum)
  • 🔧 Configured Eslint [5a5deeb] (by Templum)
  • 🔧 Configured prettier [cfb541a] (by Templum)
  • 🔧 Configured Typescript [76dc815] (by Templum)
  • ⬆️ Setup package + Dependencies [f6a0089] (by Templum)

Miscellaneous

  • 🧑‍💻 Setup Devcontainer + Settings [0d7ed9f] (by Templum)
  • Initial commit [8153e53] (by Simon)