Skip to content

Releases: sam0x17/docify

v0.1.15

08 Jun 17:40
20fab1d
Compare
Choose a tag to compare
  • 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

01 Jun 20:29
8a67737
Compare
Choose a tag to compare

Fixes #1

v0.1.13

29 May 17:35
d56a25d
Compare
Choose a tag to compare

A few doc tweaks

v0.1.12

29 May 13:14
d24aa36
Compare
Choose a tag to compare

Significantly reduce strictness of all dependency version requirements so it is easier to use this crate in a variety of circumstances

v0.1.11

29 May 13:07
423d9b6
Compare
Choose a tag to compare

Use less strict version bound on termcolor

v0.1.10

26 May 02:04
b9f9e82
Compare
Choose a tag to compare
  • 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

26 May 01:21
f0609c1
Compare
Choose a tag to compare
  • 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

v0.1.8

26 May 01:06
ba47cd3
Compare
Choose a tag to compare
  • fix paths not always being relative to workspace root
  • dynamic README.md docs example

v0.1.7

25 May 03:34
361b528
Compare
Choose a tag to compare

no_std!

v0.1.6

25 May 03:27
ccdf597
Compare
Choose a tag to compare

Fixes a regression involving indentation. As a consequence, prettyplease has been re-added as a dependency.