Releases: tinsever/google-font-cli
Releases · tinsever/google-font-cli
v3.1.0
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
- @dependabot[bot] made their first contribution in #33
Full Changelog: v3.0.0...v3.1.0
v3.0.0
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
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
Full Changelog: v2.0.2...v2.1.0
v2.0.2
Full Changelog: v2.0.1...v2.0.2
Release 2.0.1
Changes:
- Replaced child_process.exec with execFile to prevent potential shell command injection and improve argument handling.