File tree Expand file tree Collapse file tree 4 files changed +1226
-3123
lines changed
Expand file tree Collapse file tree 4 files changed +1226
-3123
lines changed Original file line number Diff line number Diff line change 44 "es6": true
55 },
66 "parserOptions": {
7- "ecmaVersion": 2017
7+ "ecmaVersion": 2022
88 },
99 "extends": [
1010 "eslint:recommended"
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+ ## [ 5.0.0]
9+ ### Changed
10+ - [ BREAKING] Drop NodeJS 12-14 support
11+ - updated ttf2woff2 to 5.x (requires NodeJS 14+)
12+ - improved grammar in README.md ([ #42 ] ( https://github.com/L2jLiga/grunt-webfonts/pull/42 ) )
13+
814## [ 4.0.3]
915### Fixed
10- - fixed python script (#36 , issue #35 )
16+ - fixed python script ([ #36 ] ( https://github.com/L2jLiga/grunt-webfonts/pull/36 ) , issue [ #35 ] ( https://github.com/L2jLiga/grunt-webfonts/pull/35 ) )
1117
1218## [ 4.0.2]
1319### Changed
@@ -138,8 +144,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138144+ FontForge engine
139145+ Tests (because they didn't work correctly)
140146
141- [ Unreleased ] : https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.3...HEAD
142- [ 4.0.2 ] : https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.2...v4.0.3
147+ [ Unreleased ] : https://github.com/L2jLiga/grunt-webfonts/compare/v5.0.0...HEAD
148+ [ 5.0.0 ] : https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.3...v5.0.0
149+ [ 4.0.3 ] : https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.2...v4.0.3
143150[ 4.0.2 ] : https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.1...v4.0.2
144151[ 4.0.1 ] : https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.0...v4.0.1
145152[ 4.0.0 ] : https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.1...v4.0.0
You can’t perform that action at this time.
0 commit comments