77 lines
1.6 KiB
Markdown
77 lines
1.6 KiB
Markdown
# Change Log
|
|
|
|
## 0.9.8 (2019-7-18)
|
|
- merge #34, #73
|
|
- fix #72 UTF-16-encoded code points
|
|
- update ttf2woff2@3
|
|
- fix (node:48024) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues.
|
|
|
|
## 0.9.7 (2018-5-11)
|
|
- fix #31 #40 #39 #43 #68
|
|
- add woff2 support
|
|
- nodejs >= 8
|
|
- update dependences
|
|
|
|
## 0.9.6 (2016-5-6)
|
|
- fix #31 add trim optional
|
|
- add coverage
|
|
|
|
## 0.9.5 (2016-5-5)
|
|
- merge #33 fix File clone bug
|
|
- update dependences
|
|
|
|
## 0.9.3 (2016-4-6)
|
|
- fix #28 subset of non-existent character
|
|
- merge #29 Add fontFamily transform function support for css plugin
|
|
- update dependences
|
|
|
|
## 0.9.2 (2016-1-5)
|
|
- fix #26 parse name table in ASCII
|
|
|
|
## 0.9.1 (2015-12-22)
|
|
- subset at fonteditor-core
|
|
- performance optimization thx @akira-cn
|
|
|
|
## 0.9.0-alpha-3 (2015-07-30)
|
|
|
|
- fix css plugin glyf bug
|
|
- up dependence fonteditor-core
|
|
|
|
## 0.9.0-alpha-2 (2015-05-20)
|
|
|
|
- css plugin add option local
|
|
|
|
## 0.9.0-alpha-1 (2015-05-06)
|
|
|
|
- add otf2ttf plugin
|
|
|
|
## 0.8.1 (2015-05-05)
|
|
|
|
- svgs2ttf plugin add option fontName
|
|
|
|
## 0.8.0 (2015-04-27)
|
|
|
|
- add svg2ttf plugin
|
|
- add svgs2ttf plugin
|
|
|
|
## 0.7.3 (2015-04-22)
|
|
|
|
- glyph plugin add option hinting: keep ttf hint info (fpgm, prep, cvt). default = true. [\#4](https://github.com/ecomfe/fontmin/issues/4)
|
|
|
|
## 0.7.2 (2015-04-20)
|
|
|
|
- css plugin add option asFileName: rewrite fontFamily as filename force. default = false
|
|
- i18n doc zh-tw, jp, kr, en
|
|
|
|
## 0.7.1 (2015-04-20)
|
|
|
|
- css plugin add option fontPath: location of font file. [gulp-fontmin\#1](https://github.com/ecomfe/gulp-fontmin/issues/1)
|
|
|
|
## 0.7 (2015-04-16)
|
|
|
|
- plugins option clone as default
|
|
|
|
## 0.6 (2015-04-13)
|
|
|
|
- first release
|