Skip to content

Commit 816be39

Browse files
committed
fix: changelog
1 parent d562214 commit 816be39

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,42 @@
44

55
### 1.4.0
66

7+
- The etag and gzip compiler option: For Etag and Gzip switches, values ​​true|false|compiler can be used. In the case of a compiler value, both variants can be found in the .h file and you can decide at compile time which one should be used.
8+
9+
- The created and version info: You can put the creation date and a version number in the .h file with the --create and --version options.
10+
11+
- 2x9 build and test system
12+
13+
- Separated demo env
14+
15+
- Proper svelte demo app
16+
17+
- Create output directory: If output folder not exists, it will be automatically created
18+
19+
- Detect precompressed files: If a.b and a.b.gz exist together, the .gz file is not used (gz, br, brottli)
20+
21+
- Reduce .h file size: The size of the .h file has been reduced by 35-50%.
22+
23+
- Skip gz under 1024: The gzip threshold increased to 1024 bytes.
24+
25+
- Pipeline node version update
26+
27+
- Warning if not usable directive used
28+
29+
- Colored console
30+
731
## 1.3
832

933
### 1.3.1
1034

11-
- feat: filename directives are uppercased
12-
- feat: filecount by extension
13-
- fix: readme
35+
- Filename directives are uppercased
36+
37+
- Filecount by extension
1438

1539
### 1.3.0
1640

1741
- C++ defines can be used
42+
1843
- C++ defines group by filetypes: Should we be able to check if a given file name or number of files is correct? For this, we should find C++ defines in the generated code.
1944

2045
## 1.2

0 commit comments

Comments
 (0)