|
1 | 1 | # rollup-plugin-generate-html-template |
2 | 2 |
|
| 3 | +## 1.8.0 |
| 4 | + |
| 5 | +- Add `embedContent` option (#26, bengsfort/rollup-plugin-generate-html-template@, thanks @lgirma) |
| 6 | + |
3 | 7 | ## 1.7.0 |
4 | 8 |
|
5 | | -* Add basic css support (#23, bengsfort/ thanks @snellcode, @longrunningprocess) |
| 9 | +- Add basic css support (#23, bengsfort/rollup-plugin-generate-html-template@f06f85f, thanks @snellcode, @longrunningprocess) |
6 | 10 |
|
7 | 11 | ## 1.2.0 |
8 | 12 |
|
9 | | -* Ensure output directories exist before creating anything (fixes #5) |
10 | | -* Inject all entry points instead of failing, but does not embed dynamic imports (fixes #7) |
11 | | -* Update to Babel7 |
12 | | -* Switch to jest tests |
13 | | -* Updates formatting of project to use prettier + better eslint rules |
14 | | -* Add code coverage checks |
| 13 | +- Ensure output directories exist before creating anything (fixes #5) |
| 14 | +- Inject all entry points instead of failing, but does not embed dynamic imports (fixes #7) |
| 15 | +- Update to Babel7 |
| 16 | +- Switch to jest tests |
| 17 | +- Updates formatting of project to use prettier + better eslint rules |
| 18 | +- Add code coverage checks |
15 | 19 |
|
16 | 20 | ## 1.1.0 |
17 | 21 |
|
18 | | -* Fixed issue where template creation promise would not resolve. (bengsfort/rollup-plugin-generate-html-template@b0bb659) |
19 | | -* Renamed `file` option to `template` . (bengsfort/rollup-plugin-generate-html-template@27a49b2) |
20 | | -* Added integration tests. (bengsfort/rollup-plugin-generate-html-template@bfa7b4b) |
21 | | -* Added option to rename destination file. (bengsfort/rollup-plugin-generate-html-template@33cb1b2)g |
| 22 | +- Fixed issue where template creation promise would not resolve. (bengsfort/rollup-plugin-generate-html-template@b0bb659) |
| 23 | +- Renamed `file` option to `template` . (bengsfort/rollup-plugin-generate-html-template@27a49b2) |
| 24 | +- Added integration tests. (bengsfort/rollup-plugin-generate-html-template@bfa7b4b) |
| 25 | +- Added option to rename destination file. (bengsfort/rollup-plugin-generate-html-template@33cb1b2)g |
22 | 26 |
|
23 | 27 | ## 1.0.0 |
24 | 28 |
|
25 | | -* Initial release. |
| 29 | +- Initial release. |
0 commit comments