-
Fix: Do not skip anchor validation warnings when
--verbosemode happens to be enabled (#57) -
Fix
mkdocs servecrashing after the first reload if the config is passed from stdin (#56) -
Fix crashes when trying to parse invalid URLs (#55)
-
Change the environment variable that is used to suppress the warning message when running through MkDocs. (#53)
The environment variable is now
DISABLE_MKDOCS_2_WARNING=trueinstead ofNO_MKDOCS_2_WARNING=true.Apologies for the inconvenience. A change in mkdocs-material made this environment variable unusable - it's always set and there's no reasonable way to detect whether it was actually set on the command line, so we are forced to use a different environment variable now.
-
Eliminate dependency on 'mergedeep' (unmaintained) - no change in functionality (#48)
See commit log.