Releases: sam0x17/docify
Releases · sam0x17/docify
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
- 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
v0.2.2
v0.2.1
v0.2.0
Breaking Change
all embedded paths are now crate-relative instead of workspace-relative. This fixes a number of issues with deploying to crates.io and docs.rs, since workspace relative paths break once you are deploying a sub-crate. We were able to properly detect the caller's crate root using this method: https://github.com/sam0x17/docify/blob/ecb7cc87ec2f2670ce61d7dc3cc331310c42b2a6/macros/src/lib.rs#L72-L102
For this reason, we have bumped into the 0.2.x series.