Skip to content

Releases: tinsever/google-font-cli

v3.1.0

01 Jan 22:41

Choose a tag to compare

What's Changed

  • Add missing semicolon for code style consistency by @Copilot in #24
  • [WIP] WIP Address feedback from PR #23 on V3 development changes by @Copilot in #25
  • [WIP] Address feedback from review on V3 dev PR by @Copilot in #26
  • Fix/google font cli cleanup by @tinsever in #30
  • v3 last review by @tinsever in #31
  • ci(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #33
  • ci(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #32
  • feat(linux): update font path to XDG spec and refresh cache by @tinsever in #41

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

01 Jan 15:49

Choose a tag to compare

What's Changed

  • Potential fix for code scanning alert no. 2: DOM text reinterpreted as HTML by @tinsever in #11
  • feat: modernize codebase with async/await and updated dependencies by @tinsever in #18
  • Feat/cache batch handling by @tinsever in #19
  • feat: add comprehensive test suite with Jest by @tinsever in #20
  • [WIP] Address feedback on JSDoc type annotations by @Copilot in #22
  • feat: add JSDoc type annotations and TypeScript type checking by @tinsever in #21

Full Changelog: v2.2.0...v3.0.0

v2.2.0

31 Dec 12:01

Choose a tag to compare

What's Changed

  • Feature/woff2 support by @tinsever in #3
  • [WIP] Update WOFF2 support and font logic based on feedback by @Copilot in #8
  • WOFF2 Support & Font Logic Improvements by @tinsever in #7
  • Use getCssUrl() instead of cssUrl property by @tinsever in #9

New Contributors

  • @Copilot made their first contribution in #8

Full Changelog: v2.1.0...v2.2.0

v2.1.0

31 Dec 11:08

Choose a tag to compare

Full Changelog: v2.0.2...v2.1.0

v2.0.2

31 Dec 02:07

Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

Release 2.0.1

31 Dec 01:31

Choose a tag to compare

Changes:

  • Replaced child_process.exec with execFile to prevent potential shell command injection and improve argument handling.

2.0.0

31 Dec 00:55

Choose a tag to compare

Changes:

  • Make CLI use better tools, duh!
  • Use gwfh instead of google fonts api for removing need of api key