|
1 |
| -# Changelog |
| 1 | +# [3.0.0](https://github.com/fengyuanchen/markdown-to-vue-loader/compare/v2.0.0...v3.0.0) (2020-10-31) |
2 | 2 |
|
3 |
| -## 2.0.0 (Oct 19, 2019) |
4 | 3 |
|
5 |
| -- Release as a stable version. |
| 4 | +### Features |
6 | 5 |
|
7 |
| -## 2.0.0-beta (Oct 12, 2019) |
| 6 | +* use the built-in `this.getOptions` as of Webpack 5 ([d771aef](https://github.com/fengyuanchen/markdown-to-vue-loader/commit/d771aef5ec29ed2ce99db05d7e460aec1a740de9)) |
8 | 7 |
|
9 |
| -- Avoid removing any global `<style>` elements. |
10 |
| -- Improve RegExps for better performance. |
11 | 8 |
|
12 |
| -## 2.0.0-alpha.2 (Jul 11, 2019) |
| 9 | +### BREAKING CHANGES |
13 | 10 |
|
14 |
| -- Use the `componentNamespace` option as the class prefix for the root element. |
15 |
| -- Upgrade [markdown-it](https://github.com/markdown-it/markdown-it) to v9. |
| 11 | +* Upgrade to Webpack 5, and drop support for Webpack 4 and below. |
16 | 12 |
|
17 |
| -## 2.0.0-alpha.1 (Mar 21, 2019) |
18 | 13 |
|
19 |
| -- Export all components as ES6 Module. |
20 | 14 |
|
21 |
| -## 2.0.0-alpha (Mar 6, 2019) |
| 15 | +# [2.0.0](https://github.com/fengyuanchen/markdown-to-vue-loader/compare/v2.0.0-beta...v2.0.0) (2019-10-19) |
22 | 16 |
|
23 |
| -- add 2 new options: `cheerioLoadOptions` and `configureMarkdownIt`. |
24 |
| -- Support root `<style>` elements. |
25 |
| -- Set the `decodeEntities` option of `cheerio.load()` from `true` to `false`. |
26 |
| -- Drop the `escapeApostrophes` option. |
27 | 17 |
|
28 |
| -## 1.0.1 (Dec 10, 2018) |
29 | 18 |
|
30 |
| -- Add missing dependencies and upgrade some dependencies. |
| 19 | +# [2.0.0-beta](https://github.com/fengyuanchen/markdown-to-vue-loader/compare/v2.0.0-alpha.2...v2.0.0-beta) (2019-10-12) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* avoid removing any global <style> elements ([9a938db](https://github.com/fengyuanchen/markdown-to-vue-loader/commit/9a938dbdc0c06d5b90a3147371da9551fd5d5920)) |
| 25 | +* improve regexps ([9a517f4](https://github.com/fengyuanchen/markdown-to-vue-loader/commit/9a517f411672c008de6a45bb74e07522b5c18484)) |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +# [2.0.0-alpha.2](https://github.com/fengyuanchen/markdown-to-vue-loader/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2019-07-11) |
| 30 | + |
| 31 | + |
| 32 | +### Features |
| 33 | + |
| 34 | +* use `componentNamespace` as the class prefix for the root element ([4a2d90e](https://github.com/fengyuanchen/markdown-to-vue-loader/commit/4a2d90e63282c526bd2baf8ceab11a29e0358293)) |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +# [2.0.0-alpha.1](https://github.com/fengyuanchen/markdown-to-vue-loader/compare/v2.0.0-alpha...v2.0.0-alpha.1) (2019-03-21) |
| 39 | + |
| 40 | + |
| 41 | +### Features |
| 42 | + |
| 43 | +* export as es6 module ([a2a0754](https://github.com/fengyuanchen/markdown-to-vue-loader/commit/a2a0754319bb9fd9c009f47074c6719f88dcf988)) |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +# [2.0.0-alpha](https://github.com/fengyuanchen/markdown-to-vue-loader/compare/v1.0.1...v2.0.0-alpha) (2019-03-06) |
| 48 | + |
| 49 | + |
| 50 | +### Code Refactoring |
| 51 | + |
| 52 | +* drop the `escapeApostrophes` option ([c7fc2df](https://github.com/fengyuanchen/markdown-to-vue-loader/commit/c7fc2dfd618e152d58da9754bc76f524979d3b7e)) |
| 53 | + |
| 54 | + |
| 55 | +### Features |
| 56 | + |
| 57 | +* add `configureMarkdownIt` option ([a487300](https://github.com/fengyuanchen/markdown-to-vue-loader/commit/a487300965567387361deedc4135138b6e1773b7)) |
| 58 | +* support root `<style>` elements ([1fb0ac1](https://github.com/fengyuanchen/markdown-to-vue-loader/commit/1fb0ac1e4629b55ce44f4a9f3fd7259e87569a12)) |
| 59 | + |
| 60 | + |
| 61 | +### BREAKING CHANGES |
| 62 | + |
| 63 | +* not to escape apostrophes anymore |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | +## [1.0.1](https://github.com/fengyuanchen/markdown-to-vue-loader/compare/v1.0.0...v1.0.1) (2018-12-10) |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | +# 1.0.0 (2018-12-09) |
| 72 | + |
31 | 73 |
|
32 |
| -## 1.0.0 (Dec 9, 2018) |
33 | 74 |
|
34 |
| -- Supports scoped css. |
35 |
| -- Supports to load a markdown file as a Vue component. |
36 |
| -- Supports to load code blocks of Vue and HTML as Vue components. |
37 |
| -- Supports 8 options: `componentNamespace`, `componentWrapper`, `escapeApostrophes`, `exportSource`, `languages`, `markdownItOptions`, `preClass`, `preWrapper`, `tableClass` and `tableWrapper`. |
|
0 commit comments