8.0.0 (2022-01-27)
- Introduce semantic-release (65e2368)
- 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.
- Breaking: Update [email protected] to fix security issues (#82)
- Remove Node v6 support
- Update dependencies
- Note: This version is deprecated since it already removed official Node v6 support which should have been published as breaking change
- Update dependencies
- Update dependencies
- Breaking [email protected] @tmorehouse Changelog
- switch to snapshot tests @meaku
- reduce shipped files via npm @styfle
- fix URL to marked repo @styfle
- Update dependencies
- Breaking [email protected] @robcresswell Changelog
- Update dependencies
- Breaking [email protected] (@hpohlmeyer) Changelog
- use webpack 4.x for tests
- update example to use npm version of
markdown-loader
- Update dependencies
- [email protected] (@xuopled)
- Update dependencies
- [email protected] (@kommander)
- Breaking: Drop Node.js 0.12 support
- Breaking: Drop support for custom config key (webpack 1)
- Update documentation for webpack 2
- Add tests
- Update dependencies