Skip to content

Latest commit

 

History

History
104 lines (53 loc) · 4.56 KB

CHANGELOG.md

File metadata and controls

104 lines (53 loc) · 4.56 KB

Changelog

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

1.4.0 (2020-06-30)

⚠ BREAKING CHANGES

  • plugins disappear in favor of remarkPlugins and rehypePlugins. basePlugins also disappear in favor of deep merging and functions override

  • docs: update for rehype plugins

  • feat(lib): improve plugins parser

  • docs: fix code-group component

  • docs: update for new plugins options

  • docs: add changelog page

  • feat(lib): use nuxt resolver for local plugins

  • docs: update configuration

  • feat(lib): remove nuxt dependency

  • docs: minor improvements

  • chore: add getOptions for programmatic usage

  • fix(lib): add missing property after merge

  • chore(lib): improve plugins parsing

  • test: options merging

Co-authored-by: Sébastien Chopin [email protected]

Features

Bug Fixes

1.3.2 (2020-06-10)

Bug Fixes

1.3.1 (2020-06-04)

Bug Fixes

  • types: args can be string or object (b2c2c13)

1.3.0 (2020-06-04)

Features

  • support custom return types by the fetch method (#42) (9c11915)

Bug Fixes

  • decodeURI before searching query (#55) (66781a8)

1.2.0 (2020-05-25)

Features

1.1.0 (2020-05-25)

Features

  • docs: add footnotes section (1cd009d)
  • add support for footnotes (d7b7261)

Bug Fixes

1.0.2 (2020-05-23)