Skip to content

Latest commit

 

History

History
107 lines (52 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

107 lines (52 loc) · 3.71 KB

1.4.1 (2022-01-07)

Bug Fixes

  • build: move to github actions (#25) (bdd919d)
  • build: switch to manual PAT for releases (#26) (6daa0b7)

1.4.0 (2021-03-09)

Features

  • enable usage in browser by providing font array buffer (#22) (b8abbcd)

1.3.3 (2020-07-08)

Bug Fixes

  • check if font.tables.gsub is undefined (#18) (db06c92)

1.3.2 (2018-08-11)

Bug Fixes

  • deps: update font-finder to fix bug when listing (8e22577)

1.3.1 (2018-08-01)

Performance Improvements

  • remove and update dependencies to reduce footprint (57bd93e)

1.3.0 (2018-05-12)

Features

  • cache: add option to cache previous results (54cfbcd)

1.2.4 (2018-05-12)

Bug Fixes

  • merge: test and fix various issues merging lookup trees (9d87a25)

1.2.3 (2018-05-12)

Performance Improvements

  • merge context ranges as they're found (ae31063)

1.2.2 (2018-05-12)

Performance Improvements

  • only try lookups that might result in a substitution (e5a0b03)

1.2.1 (2018-05-11)

Performance Improvements

  • generate lookup tree on load (10c7fc1)

1.2.0 (2018-05-03)

Features

  • add ability to retrieve only the ligature ranges (f120430)

1.1.1 (2018-05-03)

Performance Improvements

  • short circuit ligature parsing when there are no lookup groups (61693d7)

1.1.0 (2018-05-03)

Features

  • add option to load font from file (400c0be)

1.0.0 (2018-05-01)

Features