You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed `mkdirp` dependency, use `fs.mkdirSync` instead
21
35
- Removed `memorystream` dependency, use `fs.createReadStream` instead
22
36
- Disable shell in `ttfautohint` subprocess call
23
37
- Removed `babel`, distribute sources as is
24
38
25
39
## [4.0.1]
40
+
26
41
### Changed
42
+
27
43
- Try to use FontForge for WOFF2 generation and fallback to `ttf2woff2` in case it fails to ([397c4cfd](https://github.com/L2jLiga/grunt-webfonts/commit/397c4cfd5b4d8b9803edea6cd448ab31a2f1b30b))
28
44
29
45
### Fixed
46
+
30
47
- eotlitetool crashes silently when Python >= 3.7 ([#30](https://github.com/L2jLiga/grunt-webfonts/pull/30))
31
48
32
49
## [4.0.0]
50
+
33
51
### Changed
52
+
34
53
-**BREAKING** minimal node.js >= 12.13.0
35
54
- Updated all dependencies
36
55
37
56
## [3.0.1]
57
+
38
58
### Fixed
59
+
39
60
- Ignore instead of taking only symbolic links if skipLinks is set.
40
61
41
62
## [3.0.0]
63
+
42
64
### Added
65
+
43
66
- Add skipLinks option
44
67
45
68
### Changed
69
+
46
70
-**BREAKING**: require node.js >= 10.4.0
47
71
- Updated dependencies to latest version
48
72
49
73
## [2.0.1]
74
+
50
75
### Fixed
76
+
51
77
- Brace expression is not working, if the object has single value
52
78
53
79
## [2.0.0]
80
+
54
81
### Changed
82
+
55
83
-**BREAKING**: require node.js >= 8
56
84
- Use built-in `child_process` instead of `exec` module ([#11](https://github.com/L2jLiga/grunt-webfonts/pull/11))
57
85
58
86
## [1.1.6]
87
+
59
88
### Changed
89
+
60
90
- Updated dependencies
61
91
- Reduced lodash usage
62
92
63
93
### Fixed
94
+
64
95
- GitHub security alert
65
96
- npm security alert
66
97
67
98
## [1.1.5]
99
+
68
100
### Fixed
101
+
69
102
- npm audit vulnerabilities report
70
103
71
104
## [1.1.4]
105
+
72
106
### Changed
107
+
73
108
- Improved different SVGs support (again)
74
109
75
110
## [1.1.3]
111
+
76
112
### Changed
113
+
77
114
- Improved different SVGs support
78
115
79
116
## [1.1.2]
117
+
80
118
### Fixed
119
+
81
120
- Checksum error in glyf ([#7](https://github.com/L2jLiga/grunt-webfonts/issues/7))
0 commit comments