Skip to content

Latest commit

 

History

History
171 lines (138 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

171 lines (138 loc) · 5.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • [BREAKING] Drop NodeJS 12-14 support
  • updated ttf2woff2 to 5.x (requires NodeJS 14+)
  • improved grammar in README.md (#42)

Fixed

  • fixed python script (#36, issue #35)

Changed

  • Removed mkdirp dependency, use fs.mkdirSync instead
  • Removed memorystream dependency, use fs.createReadStream instead
  • Disable shell in ttfautohint subprocess call
  • Removed babel, distribute sources as is

Changed

  • Try to use FontForge for WOFF2 generation and fallback to ttf2woff2 in case it fails to (397c4cfd)

Fixed

  • eotlitetool crashes silently when Python >= 3.7 (#30)

Changed

  • BREAKING minimal node.js >= 12.13.0
  • Updated all dependencies

Fixed

  • Ignore instead of taking only symbolic links if skipLinks is set.

Added

  • Add skipLinks option

Changed

  • BREAKING: require node.js >= 10.4.0
  • Updated dependencies to latest version

Fixed

  • Brace expression is not working, if the object has single value

Changed

  • BREAKING: require node.js >= 8
  • Use built-in child_process instead of exec module (#11)

Changed

  • Updated dependencies
  • Reduced lodash usage

Fixed

  • GitHub security alert
  • npm security alert

Fixed

  • npm audit vulnerabilities report

Changed

  • Improved different SVGs support (again)

Changed

  • Improved different SVGs support

Fixed

  • Checksum error in glyf (#7)

Changed

  • Replaced deprecated Buffer constructor
  • Unpinned dependencies

Added

  • Ligatures support

1.0.10 – 2018-08-30

Fixed

  • Invalid demo when fontPathVariables is true

1.0.7 – 2018-08-29

Changed

  • Updated dependencies
  • Minor changes in package.json

Fixed

  • Invalid svg font generation on Node 10

1.0.6 – 2017-12-15

Added

  • Support fontForge engine
  • Added centerHorizontally option (only node engine)

1.0.5 – 2017-12-15

Changed

  • Update svgicons2svgfont to ^8.0.0
  • Update ttf2woff to ^2.0.1
  • Update ttf2eot to ^2.0.0
  • Update chalk to ^2.3.0
  • Update async to ^2.6.0

1.0.4 – 2017-11-28

Changed

  • Update svgicons2svgfont to ^7.0.2

1.0.3 – 2017-11-28

Changed

  • Update SVGO to ^1.0.3

Fixed

  • Output stylesheet name

1.0.2 – 2017-11-28

Fixed

  • Added all needed files for correctly work
  • Fixed fatal issue with node engine

1.0.1 – 2017-11-28

Changed

  • Downgrade packages

1.0.0 – 2017-11-28

Changed

  • Migration to Grunt 1.0.0
  • Migration to ES6+
  • Migration to Node 6.9+

Removed

  • FontForge engine
  • Tests (because they didn't work correctly)