Skip to content

Commit ed4a734

Browse files
committed
update changelog
1 parent f06f85f commit ed4a734

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
# rollup-plugin-generate-html-template
22

3+
## 1.8.0
4+
5+
- Add `embedContent` option (#26, bengsfort/rollup-plugin-generate-html-template@, thanks @lgirma)
6+
37
## 1.7.0
48

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)
610

711
## 1.2.0
812

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
1519

1620
## 1.1.0
1721

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
2226

2327
## 1.0.0
2428

25-
* Initial release.
29+
- Initial release.

coverage/clover.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<coverage generated="1592730028654" clover="3.2.0">
3-
<project timestamp="1592730028654" name="All files">
2+
<coverage generated="1592734915356" clover="3.2.0">
3+
<project timestamp="1592734915356" name="All files">
44
<metrics statements="46" coveredstatements="46" conditionals="30" coveredconditionals="28" methods="10" coveredmethods="10" elements="86" coveredelements="84" complexity="0" loc="46" ncloc="46" packages="1" files="1" classes="1"/>
55
<file name="index.js" path="C:\Development\rollup-plugin-generate-html-template\src\index.js">
66
<metrics statements="46" coveredstatements="46" conditionals="30" coveredconditionals="28" methods="10" coveredmethods="10"/>

coverage/lcov-report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1>
8080
</div><!-- /wrapper -->
8181
<div class='footer quiet pad2 space-top1 center small'>
8282
Code coverage
83-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Jun 21 2020 12:00:28 GMT+0300 (Eastern European Summer Time)
83+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Jun 21 2020 13:21:55 GMT+0300 (Eastern European Summer Time)
8484
</div>
8585
</div>
8686
<script src="prettify.js"></script>

coverage/lcov-report/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ <h1>
409409
</div><!-- /wrapper -->
410410
<div class='footer quiet pad2 space-top1 center small'>
411411
Code coverage
412-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Jun 21 2020 12:00:28 GMT+0300 (Eastern European Summer Time)
412+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Jun 21 2020 13:21:55 GMT+0300 (Eastern European Summer Time)
413413
</div>
414414
</div>
415415
<script src="prettify.js"></script>

0 commit comments

Comments
 (0)