Skip to content

Commit 4253dfd

Browse files
committed
chore: updated changelog
1 parent 1e59872 commit 4253dfd

File tree

1 file changed

+87
-21
lines changed

1 file changed

+87
-21
lines changed

CHANGELOG.md

Lines changed: 87 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,150 +1,215 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
9+
10+
## [5.1.0]
11+
12+
### Added
13+
14+
- `zerowidth` option ([#45])
15+
816
## [5.0.0]
17+
918
### Changed
19+
1020
- [BREAKING] Drop NodeJS 12-14 support
1121
- updated ttf2woff2 to 5.x (requires NodeJS 14+)
1222
- improved grammar in README.md ([#42](https://github.com/L2jLiga/grunt-webfonts/pull/42))
1323

1424
## [4.0.3]
25+
1526
### Fixed
27+
1628
- fixed python script ([#36](https://github.com/L2jLiga/grunt-webfonts/pull/36), issue [#35](https://github.com/L2jLiga/grunt-webfonts/pull/35))
1729

1830
## [4.0.2]
31+
1932
### Changed
33+
2034
- Removed `mkdirp` dependency, use `fs.mkdirSync` instead
2135
- Removed `memorystream` dependency, use `fs.createReadStream` instead
2236
- Disable shell in `ttfautohint` subprocess call
2337
- Removed `babel`, distribute sources as is
2438

2539
## [4.0.1]
40+
2641
### Changed
42+
2743
- 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))
2844

2945
### Fixed
46+
3047
- eotlitetool crashes silently when Python >= 3.7 ([#30](https://github.com/L2jLiga/grunt-webfonts/pull/30))
3148

3249
## [4.0.0]
50+
3351
### Changed
52+
3453
- **BREAKING** minimal node.js >= 12.13.0
3554
- Updated all dependencies
3655

3756
## [3.0.1]
57+
3858
### Fixed
59+
3960
- Ignore instead of taking only symbolic links if skipLinks is set.
4061

4162
## [3.0.0]
63+
4264
### Added
65+
4366
- Add skipLinks option
4467

4568
### Changed
69+
4670
- **BREAKING**: require node.js >= 10.4.0
4771
- Updated dependencies to latest version
4872

4973
## [2.0.1]
74+
5075
### Fixed
76+
5177
- Brace expression is not working, if the object has single value
5278

5379
## [2.0.0]
80+
5481
### Changed
82+
5583
- **BREAKING**: require node.js >= 8
5684
- Use built-in `child_process` instead of `exec` module ([#11](https://github.com/L2jLiga/grunt-webfonts/pull/11))
5785

5886
## [1.1.6]
87+
5988
### Changed
89+
6090
- Updated dependencies
6191
- Reduced lodash usage
6292

6393
### Fixed
94+
6495
- GitHub security alert
6596
- npm security alert
6697

6798
## [1.1.5]
99+
68100
### Fixed
101+
69102
- npm audit vulnerabilities report
70103

71104
## [1.1.4]
105+
72106
### Changed
107+
73108
- Improved different SVGs support (again)
74109

75110
## [1.1.3]
111+
76112
### Changed
113+
77114
- Improved different SVGs support
78115

79116
## [1.1.2]
117+
80118
### Fixed
119+
81120
- Checksum error in glyf ([#7](https://github.com/L2jLiga/grunt-webfonts/issues/7))
82121

83122
## [1.1.1]
123+
84124
### Changed
125+
85126
- Replaced deprecated Buffer constructor
86127
- Unpinned dependencies
87128

88129
## [1.1.0]
130+
89131
### Added
132+
90133
- Ligatures support
91134

92135
## [1.0.10] – 2018-08-30
136+
93137
### Fixed
138+
94139
- Invalid demo when `fontPathVariables` is true
95140

96141
## [1.0.7] – 2018-08-29
142+
97143
### Changed
98-
+ Updated dependencies
99-
+ Minor changes in package.json
144+
145+
- Updated dependencies
146+
- Minor changes in package.json
100147

101148
### Fixed
149+
102150
- Invalid svg font generation on Node 10
103151

104152
## [1.0.6] – 2017-12-15
153+
105154
### Added
106-
+ Support fontForge engine
107-
+ Added `centerHorizontally` option (only `node` engine)
155+
156+
- Support fontForge engine
157+
- Added `centerHorizontally` option (only `node` engine)
108158

109159
## [1.0.5] – 2017-12-15
160+
110161
### Changed
111-
+ Update svgicons2svgfont to `^8.0.0`
112-
+ Update ttf2woff to `^2.0.1`
113-
+ Update ttf2eot to `^2.0.0`
114-
+ Update chalk to `^2.3.0`
115-
+ Update async to `^2.6.0`
162+
163+
- Update svgicons2svgfont to `^8.0.0`
164+
- Update ttf2woff to `^2.0.1`
165+
- Update ttf2eot to `^2.0.0`
166+
- Update chalk to `^2.3.0`
167+
- Update async to `^2.6.0`
116168

117169
## [1.0.4] – 2017-11-28
170+
118171
### Changed
119-
+ Update svgicons2svgfont to `^7.0.2`
172+
173+
- Update svgicons2svgfont to `^7.0.2`
120174

121175
## [1.0.3] – 2017-11-28
176+
122177
### Changed
123-
+ Update SVGO to `^1.0.3`
178+
179+
- Update SVGO to `^1.0.3`
124180

125181
### Fixed
126-
+ Output stylesheet name
182+
183+
- Output stylesheet name
127184

128185
## [1.0.2] – 2017-11-28
186+
129187
### Fixed
130-
+ Added all needed files for correctly work
131-
+ Fixed fatal issue with node engine
188+
189+
- Added all needed files for correctly work
190+
- Fixed fatal issue with node engine
132191

133192
## [1.0.1] – 2017-11-28
193+
134194
### Changed
135-
+ Downgrade packages
195+
196+
- Downgrade packages
136197

137198
## 1.0.0 – 2017-11-28
199+
138200
### Changed
139-
+ Migration to Grunt 1.0.0
140-
+ Migration to ES6+
141-
+ Migration to Node 6.9+
201+
202+
- Migration to Grunt 1.0.0
203+
- Migration to ES6+
204+
- Migration to Node 6.9+
142205

143206
### Removed
144-
+ FontForge engine
145-
+ Tests (because they didn't work correctly)
146207

147-
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v5.0.0...HEAD
208+
- FontForge engine
209+
- Tests (because they didn't work correctly)
210+
211+
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v5.1.0...HEAD
212+
[5.1.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v5.0.0...v5.1.0
148213
[5.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.3...v5.0.0
149214
[4.0.3]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.2...v4.0.3
150215
[4.0.2]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.1...v4.0.2
@@ -169,3 +234,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169234
[1.0.3]: https://github.com/L2jLiga/grunt-webfonts/compare/v1.0.2...v1.0.3
170235
[1.0.2]: https://github.com/L2jLiga/grunt-webfonts/compare/v1.0.1...v1.0.2
171236
[1.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v1.0.0...v1.0.1
237+
[#45]: https://github.com/L2jLiga/grunt-webfonts/pull/45

0 commit comments

Comments
 (0)