Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1 KB

CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 1 KB

Changelog

0.3.1(2020-01-14)

Chore

  • update dependencies

0.3.0(2019-10-29)

Features

  • add new loader hooks api - importComponent

BREAKING CHANGES

  • rename api.addComponent to api.injectComponent in loader options

0.2.0(2019-10-28)

Features

  • add remark parser tokenizer for container syntax

Refactor

  • change helper findCodeBlocks to findContainers
  • change SFCCodeBlockTransformer to SFCContainerTransformer
  • change ExternalAPI.addCodeBlock to ExternalAPI.addContainer

BREAKING CHANGES

  • rename api.addCodeBlock to api.addContainer in loader options
  • custom code block syntax is `deprecated

0.1.2 (2019-10-09)

Chore

  • update dependencies

0.1.1 (2019-10-09)

Bug Fixes

  • fix incompatible type in options schema JSON, adjust some descriptions

0.1.0 (2019-10-08)

Features

  • initial release