Releases: zakhenry/embedme
Releases · zakhenry/embedme
v1.14.0
1.14.0 (2019-07-13)
Features
- Language Support: Support CMake, support protobuf (fe77526), closes #28 #29
v1.13.0
1.13.0 (2019-07-13)
Features
- Language Support: Add Mermaid support (5b749b8), closes #23
- Test: Make sure to test the readme in CI (e0f9efb)
v1.12.0
1.12.0 (2019-07-13)
Features
- Language Support: Add Plant UML .puml support (0c47eee), closes #23
v1.11.1
1.11.1 (2019-07-13)
Bug Fixes
- lib: use String#slice instead of String#substr for diff check (d8b729e), closes #24
v1.11.0
1.11.0 (2019-07-08)
Features
- add crystal as supported language (242bc2c)
v1.10.0
1.10.0 (2019-07-07)
Features
- Embed: allow embedding files without an extension (9d1951c)
v1.9.0
1.9.0 (2019-07-07)
Bug Fixes
- Rust: incorrect code block signature for rust (99f6fbb)
Features
- Prettier: Skip replacement when diff is trailing whitespace only (0ab89a5), closes #19
v1.8.0
1.8.0 (2019-07-07)
Features
- Ignore File: Add .gitignore & .embedmeignore support (53a6ae6)
v1.7.0
1.7.0 (2019-07-07)
Features
- Language Support: Add support for json and json5 (7613800), closes #14
v1.6.0
1.6.0 (2019-06-20)
Features
- Comment Embed: Allow for comment style embedding with
<!-- embedme path/to/your/file.txt -->
(7de88dd), closes #9