Skip to content

Releases: bwplotka/mdox

v0.9.0

06 Sep 10:40
cbd3556
Compare
Choose a tag to compare

So many things have changed, so moving straight to 0.9.0 (almost 1.0!)

Added

  • #20 Add quotes to frontmatter
  • #25 Add sed testcase for mdox-exec
  • #29 Add transform command
  • #33 Add links.validate.config flag
  • #40 Add retries to link checking
  • #46 Add support for formatting in-md HTML and comments
  • #47 Add backMatter support
  • #48 Add file line numbers to errors
  • #49 Add CLI spinner and colored diff
  • #53 Add profiling and metrics
  • #56 Add benchmarks
  • #58 Add option to preserve header (popHeader)
  • #66 Add support for email mailto: links
  • #68 Add newline check for mdox-exec output
  • #69 Add timeout option to links.validate.config
  • #71 Add Origin.Path to transform template
  • #75 Add soft-wraps flag to preserve soft line breaks
  • #76 Add linkPrefixForNonMarkdownResources to transform config
  • #78 Add retry for 0 StatusCode

Fixed

  • #16 Fixed frontmatter issues
  • #17 Fixed mdox-exec issues with --help by adding mdox-expect-exit-code code block directive
  • #21 Fixed local anchor link issue
  • #26 Fixed same link in different file error
  • #31 Fixed clilog file names for link errors
  • #32 Added support for modifying links in image URLs and fixed linking when adding extra files from outside.
  • #41 Fixed mdox gen errors on command with = inside (common case)
  • #44 Fixed dash header ID
  • #52 Fixed i18n section links
  • #62 Fixed link line number in errors

Changed

  • #27 Change from mdox-gen-exec to mdox-exec
  • #39 Change to efficientgo/tools/extkingpin for pathOrContent flags
  • #45 Change transform config flag to pathOrContent
  • #59 Make GitHub validator smarter

v0.2.1

01 Feb 23:01
6551115
Compare
Choose a tag to compare

Fixed

  • Missing dependency issue

v0.2.0

30 Dec 17:09
655f892
Compare
Choose a tag to compare
Updated logging formatting; Allowed anchor dir to be relative. (#9)

* Updated logging formatting; Allowed anchor dir to be relative.

Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>

* Updated.

Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>

v0.1.0

23 Dec 23:56
db34e4a
Compare
Choose a tag to compare

Initial release 🤗

No binaries currently produced, see README for installation guide.