Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

71 lines (39 loc) · 3.64 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.2 (2023-10-02)

Bug Fixes

  • fallback to other langs when preferred lang doesn't have coverage (c743aff)

1.0.1 (2023-09-29)

Bug Fixes

  • better lang detection using regex unicode script classes (c5c3d5f)
  • detect ko/jp when no lang is set (bbc894c)
  • exclude Korean/Japanese chars from Chinese unicode ranges (b776496)
  • use consistent uppercase in unicode ranges (5324d88)

1.0.0 (2023-09-08)

Note: Version bump only for package unicode-font-resolver

0.4.0 (2023-09-07)

Bug Fixes

  • override incorrect unicode ranges for symbols fonts (#2) (b4cea49)

Features

  • add schema version to the data files and check it in the client (900ff30)

0.3.2 (2023-07-10)

Bug Fixes

  • fix font weight resolution (58b1019)
  • remove unused exported function (a45df5a)

0.3.1 (2023-06-28)

Bug Fixes

  • cache JSON requests in flight to avoid redundant fetches in parallel (a053621)

0.3.0 (2023-06-27)

Features

Performance Improvements

  • experimental alternate CodePointSet implementations, use the simplest for now (dc637ed)
  • strip leading zeros in css range strings (bf71487)

0.2.3 (2023-06-05)

Performance Improvements

  • parallelize bucket and font meta requests (64f91eb)

0.2.2 (2023-06-01)

Note: Version bump only for package unicode-font-resolver

0.2.1 (2023-06-01)

Note: Version bump only for package unicode-font-resolver