Skip to content

Releases: webpack-contrib/remark-loader

v6.0.0

18 Jan 19:15
Compare
Choose a tag to compare

6.0.0 (2024-01-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#114) (1d613db)

v5.0.0

02 Jun 00:31
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0 (#65)
  • minimum supported remark version is 14.0.0

Features

  • output links and descriptions on errors (#44) (482647b)

v4.0.0

18 May 12:09
Compare
Choose a tag to compare

4.0.0 (2021-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v3.0.0

01 Feb 10:49
Compare
Choose a tag to compare

3.0.0 (2021-02-01)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

v2.0.0

24 Nov 12:42
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remark is now in peer dependencies , so you need to install remark itself, please read remark changelog before updating remark, there are a lot of breaking changes

Features

  • allow to use remark@12 and remark@13 (other versions is not tested, but it may work too)

v1.0.1

09 Oct 17:06
Compare
Choose a tag to compare

Chore

  • update schema-utils

v1.0.0

06 Aug 17:13
Compare
Choose a tag to compare

⚠ 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