Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 1.29 KB

Changelog

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.

Changed

  • Replaced npm-which dependency with which, which has a smaller footprint.

0.2.0 - 2018-01-08

Added

  • Added simple mode, which enables authors to use the plugin simply to create HTML that mermaidjs can understand.

Changed

  • mermaid.cli has been moved to a peer dependency. For SVG generation, ensure this package is available.

0.1.2 - 2017-11-15

Fixed

  • Made earlier fix available to more code paths.

0.1.1 - 2017-11-14

Fixed

  • Made executing mermaid CLI from within plugin more robust.

0.1.0 - 2017-11-10

Initial release of remark-mermaid plugin.