Skip to content

Latest commit

 

History

History
117 lines (94 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

117 lines (94 loc) · 3.24 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.

[2.0.0]

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)