Skip to content

Releases: peerigon/markdown-loader

v8.0.0

27 Jan 18:05
Compare
Choose a tag to compare

8.0.0 (2022-01-27)

  • Introduce semantic-release (65e2368)

BREAKING CHANGES

  • Every call to marked is isolated now. This makes sure that options from the first call won't influence options from the second call. If you've configured the markdown-loader with two different options, you might observe different behavior now. We also removed Node v8 and Node v10 support and support for older webpack versions. Webpack 5 is required now.

v6.0.0

01 Oct 08:52
447c5b7
Compare
Choose a tag to compare

Remove Node v6 support

v5.2.0

01 Oct 08:51
db637b9
Compare
Choose a tag to compare
  • Update dependencies
  • Note: This version is deprecated since it already removed official Node v6 support which should have been published as breaking change

v5.1.0

31 Jul 07:01
Compare
Choose a tag to compare
  • Update dependencies 3ba52af
  • Merge pull request #51 from jkinkead/fix_npm_audit b6b35eb
  • Update dependencies to fix audit breakage. be6e2c2

v5.0.0...v5.1.0