Skip to content

Commit e201424

Browse files
chore(release): 1.0.0
1 parent 8b976ef commit e201424

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0](https://github.com/webpack-contrib/remark-loader/compare/v1.0.0-rc.0...v1.0.0) (2020-08-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum required `Node.js` version is `10.13.0`
11+
* minimum required webpack version is `4`
12+
* loader doesn't return HTML, you need to use `html-loader`, please look at
13+
* update `remark` to `12.0.0` version, some plugins can be incompatible, please update them
14+
15+
16+
### Features
17+
18+
* added `remarkOptions` option, you can specify `plugins`, `settings` and `data`
19+
* added `removeFrontMatter` option ([#19](https://github.com/webpack-contrib/remark-loader/issues/19)) ([3550105](https://github.com/webpack-contrib/remark-loader/commit/3550105c774caa9aa4f4fc58e6fa23b5eb30c332))
20+
* validate options by default ([c6b6ed2](https://github.com/webpack-contrib/remark-loader/commit/c6b6ed2f18f89c085a80ebe0db6d7adbfcc26e26))
21+
22+
23+
### Bug Fixes
24+
25+
* improved performance
26+
27+
528
<a name="1.0.0-rc.0"></a>
629
# [1.0.0-rc.0](https://github.com/skipjack/remark-loader/compare/v0.3.2...v1.0.0-rc.0) (2019-06-10)
730

0 commit comments

Comments
 (0)