Skip to content

v1.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 06 Aug 17:13
· 89 commits to master since this release

⚠ BREAKING CHANGES

  • minimum required Node.js version is 10.13.0
  • minimum required webpack version is 4
  • loader doesn't return HTML, you need to use html-loader, please look at
  • update remark to 12.0.0 version, some plugins can be incompatible, please update them

Features

  • added remarkOptions option, you can specify plugins, settings and data
  • added removeFrontMatter option (#19) (3550105)
  • validate options by default (c6b6ed2)

Bug Fixes

  • improved performance