Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 19 Dec 21:12
· 21 commits to main since this release
8f191aa

compare changes

🚀 Enhancements

  • Strongly type provider name (#286)
  • Throw on error (#289)
  • bunny: Filter subsets (#298)
  • Allow resolving specific font formats (#297)
  • Export InitializedProvider and ResolveFontResult (#305)
  • Allow passing provider-specific options to resolveFont (#288)

🔥 Performance

  • googleicons: Use direct string slicing to drop first line of metadata response (#302)

🩹 Fixes

  • Increase strength of provider types (#290)
  • Isolate cache keys by provider name and options (#281)

💅 Refactors

  • ⚠️ Remove resolveFontFace (#284)

📖 Documentation

  • Update readme and add custom provider example (#291)
  • Give correct examples for experimental.glyphs (#293)

📦 Build

🏡 Chore

  • Fetch-depth: 0 in release workflow (551259f)
  • Update pnpm to 10.21 and enable trust policy (8a93ab7)
  • Revert pnpm trust policy and restore provenance action (7855023)
  • Remove unused types (#285)
  • Extract unifont (#292)
  • Disallow newlines in import/exports (ad66736)
  • Remove T prefix from generics (9e96630)
  • Remove publish step (c2ba1b7)
  • Release v0.7.0 (9ac1125)
  • Add changelogithub to deps (efd5d34)
  • Release v0.7.1 (8f191aa)

🤖 CI

  • Update release workflow to use trusted publishing (2554e6b)

⚠️ Breaking Changes

  • ⚠️ Remove resolveFontFace (#284)

❤️ Contributors