Skip to content

Releases: L2jLiga/grunt-webfonts

v5.0.0

20 Oct 20:20
cf3aeef
Compare
Choose a tag to compare

Changed

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

v4.0.3

05 Oct 07:59
3ac82b1
Compare
Choose a tag to compare

Fixed

fixed python script (#36, issue #35)

v4.0.2

20 Nov 11:17
Compare
Choose a tag to compare

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

v4.0.1

19 Aug 05:33
11a461c
Compare
Choose a tag to compare

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)

v4.0.0

19 Aug 05:33
ab1f063
Compare
Choose a tag to compare

Changed

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

v3.0.1

18 Jun 08:49
ce80b79
Compare
Choose a tag to compare

Fixed

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

v3.0.0

18 Jun 04:12
9baa6c6
Compare
Choose a tag to compare

Added

  • Add skipLinks option

Changed

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

v2.0.1

31 Jan 04:08
Compare
Choose a tag to compare

Fixes

  • Font file gets modified without changes (#12)

2.0.0

18 Dec 05:13
Compare
Choose a tag to compare

Changed

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

1.1.6

18 Dec 05:12
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Reduced lodash usage

Fixed

  • GitHub security alert
  • npm security alert