Releases: webpack-contrib/remark-loader
Releases · webpack-contrib/remark-loader
v6.0.0
6.0.0 (2024-01-18)
⚠ BREAKING CHANGES
- minimum supported Node.js version is
18.12.0
(#114) (1d613db)
v5.0.0
⚠ 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
4.0.0 (2021-05-18)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is 12.13.0
v3.0.0
3.0.0 (2021-02-01)
⚠ BREAKING CHANGES
- minimum supported
webpack
version is 5
v2.0.0
⚠ 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.0
⚠ 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