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

Latest commit

 

History

History
227 lines (150 loc) · 8.27 KB

Changelog.md

File metadata and controls

227 lines (150 loc) · 8.27 KB

1.2.0 - 2016-03-03

  • New feature: execMaxBuffer option for setting child_process.exec() maxBuffer (#320 by @JaroslavMoravec).
  • Fixed: HTML demo works when relativeFontPath is used (#318 by @jleider).

1.1.1 - 2016-02-12

  • Remove unnecessary Less mixins (#310, by @braver).
  • Rename customOutput to customOutputs to match documentation.
  • Update peerDependencies to be able to work with Grunt 1.0.

1.1.0 - 2015-12-17

1.0.2 - 2015-11-20

  • Update ttf2woff2 and svg2ttf (#286, #294).
  • dest and destCss options are now overridable on a per-target basis (#295, #296, by @scottyeck).
  • Allow spaces in list options: woff, ttf (#291, by @dudewad).

1.0.1 - 2015-11-08

  • Generate codepoints JSON file in a more human readable format (by @mtgibbs).
  • Save codepoints JSON file synchronously (hopefully fixes #283, by @mtgibbs).

1.0.0 - 2015-10-26

  • Use ttf2woff2 Node module instead of a binary woff2_compress to create WOFF2 fonts (#254).
  • New option: htmlDemoFilename (by @eddiemonge).
  • Drop support for Node 0.10 because of ttf2woff2.
  • Fix JS error in HTML demo (by @eddiemonge).
  • Hash changes when templates are changed (by @JavRok).

0.5.4 - 2015-07-18

  • Added a fontFilename option (by @marioestrada)
  • Added passing the hash as an argument to the callback method (by @marioestrada)
  • Fix hash insertion to prevent inserting hashed to wrong place to URLs with several dots inside. Fix #248.
  • Update svgicons2svgfont to 1.1.0.
  • Fix android 4.2.2 rendering issues caused by the text-rendering property (by @IanCaunce)

0.5.3 - 2015-05-05

0.5.2 - 2015-03-05

  • Fix: regenerate if no generated files found (by @badunk).

0.5.1 - 2015-01-07

0.5.0 - 2014-12-16

0.4.8 - 2014-08-27

  • Bug fix.

0.4.7 - 2014-07-30

  • Do not exit when there are not source SVGs, just show warning (by @duncanbeevers).
  • autoHint option (by @kayoub5).
  • Fix mixed whitespace in CSS template (by @tauren).

0.4.4 - 2014-07-22

  • JSON templates are now optional.
  • Task now fails if template file is missing (by @eschwartz).
  • Better error reporting when rendering templates (now shows template path).
  • Show clear erorr message when fontforge isn’t istalled (instead of that weird “Write EPIPE” error).

0.4.3 - 2014-06-26

  • codepoints option (by @mmcc).
  • fontHeight, descent and ascent options (by @mrzmyr).
  • Change start codepoint to more safe.

0.4.2 - 2014-05-13

  • Fix deps.

0.4.1 - 2014-05-13

  • Remove --windows-compatibility switch because it causes problems on Windows.
  • Fix IE7 option (by @peter-mouland).

0.4.0 - 2014-05-07

  • Normalize fonts by default (#108).
  • Try to fix slashes on Windows again (#109, #126).
  • Improve error message when fontforge fails (#10, #135).
  • Show svgicons2svgfont “warnings” only in verbose mode (#107).

0.3.4 - 2014-03-03

  • Fix codepoints format bug (by @reklis).
  • Fix CamelCase files handling (#116).
  • Escape regexp to work with Windows paths (#127).

0.3.3 - 2014-02-13

  • startCodepoint option (by @DanForys).
  • Fix slash for Windows (should fix #109 , by @MoOx).
  • Sort files in fontforge script (should fix #91).
  • Add line-height to icons (#112).
  • Preserve CamelCased class names (#116).
  • Template’s JSON file could be omitted (#81).

0.3.2 - 2014-01-22

  • Update svgicons2svgfont.

0.3.1 - 2014-01-20

0.3.0 - 2014-01-10

  • Experimental node engine (should works on Windows).
  • Tweak ttfautohint options.

0.2.2 - 2013-12-13

  • You can use templates with any extension: .sass for example (by @borodean).
  • SVG fonts disabled by default.

0.2.1 - 2013-11-17

  • templateOptions option and templates refactoring (by @tylerbeck).
  • Improve fontforge result parsing (by @jantimon).
  • Tweak HTML demo page look & feel.
  • Tweak ttfautohint call.

0.2.0 - 2013-10-29

  • Huge code refactoring.
  • Templates refactoring (see readme and #55).
  • Scripts now really works in Python 3 (#50).
  • Smarter warnings handling (#38).
  • order option.

0.1.12 - 2013-10-28

  • Scripts should work on Python 3 now.
  • Custom HTML demo template receives CSS options (by @andreu86).
  • Readme improvements (by @mrzmyr).

0.1.11 - 2013-10-23

0.1.10 - 2013-10-16

  • rename option.
  • Quote Base64 strings to prevent errors in Stylus.

0.1.9 - 2013-09-22

  • Fix handling pathes with spaces.
  • Font smoothing for Firefox on OS X (by @MoOx).
  • Deprecated md5 Pyhton module replaced with hashlib (by @Nyalab).

0.1.8 - 2013-08-21

  • Set glyphs width automatically.

0.1.7 - 2013-08-21

0.1.6 - 2013-08-20

  • Bug fixes.

0.1.5 - 2013-06-30

0.1.4 - 2013-05-08

0.1.3 - 2013-04-30

  • HTML demo works with CSS preprocessors stylesheets.
  • TTF files embedding (by @katzlbt and me).
  • Don not stop Grunt when font contains no glyphs (by @iham).
  • Better fontforge stdout handling (by @MoOx).

0.1.2 - 2013-04-13

  • relativeFontPath option (by @gregvanbrug).
  • template option.
  • Better LESS support (by @gregvanbrug).
  • Better Stylus support.
  • Bug fixes.

0.1.1 - 2013-03-17

  • Fix error when generating font with one glyph.

0.1.0 - 2013-02-18

  • Grunt 0.4 support.
  • Separate CSS/font destinations (by @scanieso).
  • Minimal CSS preprocessors support (by @MoOx).
  • Updated generator script (by @MoOx and me).
  • Generated CSS not include broken links to font files.
  • Data:uri WOFF files embedding.