Releases: sam0x17/docify
Releases · sam0x17/docify
v0.1.16
v0.1.15
- fixes #2
- removes
prettyplease
dependency because we now manually fix indenting problems without the need for an external crate - the
Docifying ...
text now only displays when not in test mode - added doc notes about suggested conventions when using the markdown feature
- added a cfg gate for the auto-generation of
README.md
for this crate
v0.1.14
v0.1.13
v0.1.12
v0.1.11
v0.1.10
- fixes terminal color support for the Docifying message, with fallbacks in case there is no terminal color support
- adds compile errors for blank input path or blank output path on compile_markdown (this prevents some weird IO stuff that happens otherwise in some cases)
v0.1.9
- hotfix to prevent docs.rs build failure https://docs.rs/crate/docify/0.1.8/builds/823704
- docs.rs uses a read-only file system, so docify will now only overwrite a file if the new content will actually be different than the original content, allowing for things like dynamically generated README.md files, as long as both the template and the output file are tracked in the git repo