dox v0.9.0 Release Notes
Release Date: 2016-08-13 // almost 6 years ago-
- Markdown is now generated using the
markdown-it
package, which conforms to Commonmark standards. Note, this may be a breaking change, as markdown output will change. - 🛠 Fix: Dox now recognizes ES6 template strings as strings and does not attempt to parse their contents.
- Deps: added [email protected]
- Deps: removed marked
- DevDeps: [email protected]
- DevDeps: [email protected]
- Markdown is now generated using the
Previous changes from v0.8.1
-
- 🛠 Fix: Dox will no longer falsely enter or exit string blocks when encountering an escaped quote or double-quote
- Deps: [email protected]
- Deps: [email protected]