Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Latest commit

 

History

History
129 lines (58 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

129 lines (58 loc) · 4.14 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.1 (2017-10-01)

Bug Fixes

  • package: update remark-bemjson to version 0.3.1 (#34) (c552990)

0.7.0 (2017-10-01)

Features

  • options: Add support for external remark plugins (#33) (7da6a76)

0.6.1 (2017-10-01)

Bug Fixes

  • package: update remark to version 8.0.0 (#30) (b14208b)
  • parse: Do not parse escaped characters (#32) (17a385e)

0.6.0 (2017-05-16)

Features

  • options: Github disabled by default and enable passing options (#24) (a9c6b2f)

0.5.0 (2017-04-04)

Features

  • options: html to bemjson support (e87241f)

0.4.2 (2017-04-04)

0.4.1 (2017-04-03)

Bug Fixes

  • package: update remark-bemjson to version 0.3.0 (6ca00e5)

Performance Improvements

  • remark-bemjson: Avoid neccessary srtingify->parse (872584e)

0.4.0 (2017-04-03)

Features

0.3.0 (2017-03-26)

Features

  • core: Rename package to md-to-bemjson (79382fd)
  • options: Add support export* options (4d197d6)
  • options: Support github option (1dc6d44)

Performance Improvements

  • plugins: Remove lint plugin (366ddfc)

0.2.0 (2017-03-25)

Bug Fixes

  • test: change test for new feature github (c7ad04c)

Features

  • API: New Async/Sync API (8f96f68)
  • bemjson: Support new version (b15d732)
  • plugin: Add github plugin (ab96397)
  • plugin: Add remark-inline-links (f7df105)

0.1.0 (2017-03-13)

Features

  • core: convert md to bemjson (f16c7b5)