Skip to content

Releases: zakhenry/embedme

v1.14.0

13 Jul 20:57
607e809
Compare
Choose a tag to compare

1.14.0 (2019-07-13)

Features

  • Language Support: Support CMake, support protobuf (fe77526), closes #28 #29

v1.13.0

13 Jul 15:02
47431ab
Compare
Choose a tag to compare

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

13 Jul 14:46
b2fa8b0
Compare
Choose a tag to compare

1.12.0 (2019-07-13)

Features

  • Language Support: Add Plant UML .puml support (0c47eee), closes #23

v1.11.1

13 Jul 14:25
b400f05
Compare
Choose a tag to compare

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

08 Jul 07:37
a92e9e4
Compare
Choose a tag to compare

1.11.0 (2019-07-08)

Features

  • add crystal as supported language (242bc2c)

v1.10.0

07 Jul 20:31
9b9c258
Compare
Choose a tag to compare

1.10.0 (2019-07-07)

Features

  • Embed: allow embedding files without an extension (9d1951c)

v1.9.0

07 Jul 20:26
26c15d6
Compare
Choose a tag to compare

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

07 Jul 17:57
e0cf4ef
Compare
Choose a tag to compare

1.8.0 (2019-07-07)

Features

  • Ignore File: Add .gitignore & .embedmeignore support (53a6ae6)

v1.7.0

07 Jul 16:44
013de58
Compare
Choose a tag to compare

1.7.0 (2019-07-07)

Features

  • Language Support: Add support for json and json5 (7613800), closes #14

v1.6.0

20 Jun 10:29
e4dd83e
Compare
Choose a tag to compare

1.6.0 (2019-06-20)

Features

  • Comment Embed: Allow for comment style embedding with <!-- embedme path/to/your/file.txt --> (7de88dd), closes #9