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.
- Replaced
npm-which
dependency withwhich
, which has a smaller footprint.
0.2.0 - 2018-01-08
- Added
simple
mode, which enables authors to use the plugin simply to create HTML that mermaidjs can understand.
mermaid.cli
has been moved to a peer dependency. For SVG generation, ensure this package is available.
0.1.2 - 2017-11-15
- Made earlier fix available to more code paths.
0.1.1 - 2017-11-14
- Made executing mermaid CLI from within plugin more robust.
0.1.0 - 2017-11-10
Initial release of remark-mermaid
plugin.