-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: etag and gzip by compiler option (#21)
* feat: etag compiler option * feat: gzip compiler option * feat: order of directives * feat: created and version info * fix: separated demo env * feat: create output directory * feat: 2x9 build and test system * feat: detect precompressed files * feat: reduce .h file size * feat: skip gz under 1024 * fix: pipeline node version * fix: proper svelte demo app * feat: warning if not usable directive used * feat: colored console
- Loading branch information
1 parent
a0314dc
commit d562214
Showing
44 changed files
with
1,260 additions
and
11,474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,5 @@ dist | |
|
||
# dotenv environment variables file | ||
.env | ||
|
||
demo/esp32/include/**/*.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Change log | ||
|
||
## 1.4 | ||
|
||
### 1.4.0 | ||
|
||
## 1.3 | ||
|
||
### 1.3.1 | ||
|
||
- feat: filename directives are uppercased | ||
- feat: filecount by extension | ||
- fix: readme | ||
|
||
### 1.3.0 | ||
|
||
- C++ defines can be used | ||
- 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. | ||
|
||
## 1.2 | ||
|
||
### 1.2.4 | ||
|
||
- Deps update | ||
|
||
### 1.2.2 | ||
|
||
- Necessary C++ includes | ||
|
||
### 1.2.1 | ||
|
||
- Windows paths | ||
|
||
### 1.2.0 | ||
|
||
- ESP8266/ESP8285 is also supported | ||
|
||
## 1.1 | ||
|
||
### 1.1.0 | ||
|
||
- ETag available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Generated header files |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.