Skip to content

Releases: sam0x17/docify

v0.4.1

21 Feb 04:38
62d7f14
Compare
Choose a tag to compare

Rust 2024 Edition Support

v0.3.0

20 Feb 23:26
18ccc4b
Compare
Choose a tag to compare

Add experimental git embed support (not documented, but available)

v0.2.9

04 Nov 05:46
b6f0a1f
Compare
Choose a tag to compare

Fix embedding of ignored rust tests in markdown files

v0.2.8

01 Apr 05:38
206e686
Compare
Choose a tag to compare

Upgrades to derive-syn-parse 0.2.0 (syn 2.0 support)

v0.2.7

29 Nov 08:07
a6bb261
Compare
Choose a tag to compare

updates toml to 0.8

v0.2.6

27 Oct 18:07
b0d711e
Compare
Choose a tag to compare

Fixes #18, enabling the use of nested #[docify::export]'s within each other

v0.2.5

27 Oct 05:30
e003e6f
Compare
Choose a tag to compare
  • Adds #[docify::export] (#15)
  • Fixes indentation bug (#16)

v0.2.4

20 Sep 18:11
cfa2171
Compare
Choose a tag to compare
  • fixes #9
  • adds support for exporting items that appear in traits and within impl blocks. These follow the same rules about collisions in the global namespace of the file, so if the same trait is impled multiple times in the same file, items from the first impl will take priority unless a unique disambiguation name is provided

v0.2.3

14 Sep 19:51
88d6db7
Compare
Choose a tag to compare

Full fix for #7 / multi-byte UTF-8 characters now fully supported by docify

v0.2.2

14 Sep 19:48
92b0e25
Compare
Choose a tag to compare

Partial fix for #7