Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 533 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 533 Bytes

Changelog

v0.3.0

  • Add support for Node 10. Drop support for Node 4 and Node 6.
  • Add concurrency option to the makeGlyphs function, to allow specifying the number of glyph ranges that will be processed in parallel.
  • Perform some code and documentation maintenance.

v0.2.2

  • Upgraded node-fontnik from 0.5.0 to 0.5.2
  • Adds package-lock.json

v0.2.1

  • Now using @mapbox/fontmachine namespace, fontmachine is deprecated

v0.2.0

  • Upgraded node-fontnik from ^0.4.3 to ~0.5.0
  • Now only testing on node v4/v5