v7.0.0
The default dmd output has not changed. The minimum required Node version is still v12.17.
Breaking Changes
- The exported
dmd()
method is now async. Removeddmd.async()
.
Non-breaking Changes
- Fixed a 'maximum call stack size exceeded' error. The user now gets a warning if the malformed input which formerly caused the error is detected. #89
- Support clever-links, monospace-links,
{@linkcode}
and{@linkplain}
. #86 - Fixed an issue where the dmd internal partials failed to load if a user's directory name contained special glob characters. #82
- Upgraded all deps to their latest versions and factored many old modules out of the project.
- Added the
--EOL
option to control line-endings. Fixes #92.