All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
NOTE: As semantic versioning states all 0.y.z releases can contain breaking changes in API (flags, gRPC API, any backward compatibility)
We use breaking word for marking changes that are not backward compatible (relates only to v0.y.z releases.)
- #86 Add configuration options for sending HTTP requests (to help avoid intermittent errors).
- #180 Allow ignoring/re-anchoring local links via localValidator.
- #20 Add quotes to frontmatter
- #25 Add
sedtestcase formdox-exec - #29 Add transform command
- #33 Add
links.validate.configflag - #40 Add retries to link checking
- #46 Add support for formatting in-md HTML and comments
- #47 Add
backMattersupport - #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-execoutput - #69 Add timeout option to
links.validate.config - #71 Add
Origin.Pathto transform template - #75 Add
soft-wrapsflag to preserve soft line breaks - #76 Add
linkPrefixForNonMarkdownResourcesto transform config - #78 Add retry for 0 StatusCode
- #16 Fixed frontmatter issues
- #17 Fixed
mdox-execissues with --help by addingmdox-expect-exit-codecode block directive - #21 Fixed local anchor link issue
- #26 Fixed same link in different file error
- #31 Fixed
clilogfile 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
- #27 Change from
mdox-gen-exectomdox-exec - #39 Change to
efficientgo/tools/extkingpinfor pathOrContent flags - #45 Change transform config flag to pathOrContent
- #59 Make GitHub validator smarter
- Missing dependency issue
- Fixed whitespace bug in code blocks.
- Add support for links.
- Changed
--links.localise.address-regexflag to--links.localize.address-regex - Changed
--links.anchor-dirflag to--anchor-dir. - Changed
--links.validate.address-regexflag to--links.validate.without-address-regex. - Allow anchor dir to be relative.
- Improved error formatting.
- By default front matter is getting formatted now.
Initial release.