Skip to content

v7.0.0

Compare
Choose a tag to compare
@75lb 75lb released this 30 Aug 21:54
· 19 commits to master since this release

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. Removed dmd.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.