Releases: zakhenry/embedme
Releases · zakhenry/embedme
v1.22.1
1.22.1 (2022-09-07)
Bug Fixes
- CI: move from shutdown travis ci to github actions (a526b4e)
- test: restore stdout check in error cases (e47aeea)
v1.22.0
1.22.0 (2020-09-21)
Bug Fixes
- readme: update SupportedFileType partial snippet (dd4c943)
Features
- Language Support: Add JSX and TSX (77ea7c2)
v1.20.0
1.20.0 (2020-02-11)
Features
- Arduino: Support arduino .ino files (f282789)
v1.19.0
1.19.0 (2019-12-08)
Bug Fixes
- Build: Stop prettier and embedme fighting (c735a2d)
- Output: Fix error thrown with flag --strip-embed-comment (955a97b)
- Readme: rebuild after upgrade (8a5ebde)
- Snapshot: add cwd replacement for snapshots so it works in CI (adeb213)
Features
- CLI: Add colour support to stderr stream (d0ccdf4)
v1.17.1
1.17.1 (2019-08-16)
Bug Fixes
- Deps: Use correct glob module (cfd7242)
v1.17.0
1.17.0 (2019-08-11)
Features
- File Matching: Allows use of node-glob syntax for portable file matching (6b79dcf), closes #35
- File Matching: Allows use of node-glob syntax for portable… (#38) (fa3b162)
v1.16.0
1.16.0 (2019-07-29)
Bug Fixes
Features
- Lib: Add support CRLF line endings closes #36 (d174207)
v1.15.0
1.15.0 (2019-07-13)
Bug Fixes
- Lib: Relax regex on extension mapping to support more complex types (7a2ac3b), closes #30
- PlantUML: Fix Plant UML embed comment lookup (6eed222)
Features
- Lib: Restructure so comment overrides always take precedence (186836e)