This repository was archived by the owner on Dec 8, 2024. It is now read-only.
File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ Changelog
3
3
4
4
<table >
5
5
<tr >
6
+ <td >0.4.3</td >
7
+ <td >
8
+ <ul>
9
+ <li>Create new handlebars instance for the HTML report, thanks to @doowb</li>
10
+ <li>MetaProperty support thanks to @steve-gray</li>
11
+ <li>Use ansi colors from 16-color palette for better console support, thanks to @jtangelder</li>
12
+ <li>Misc doc/ css fixes thanks to @pra85, @abejfehr</li>
13
+ </ul>
14
+ </td >
15
+ </tr >
16
+ <tr >
6
17
<td >0.4.2</td >
7
18
<td >Fix confusing error message on check-coverage failures, thanks to @isaacs/td>
8
19
</tr >
Original file line number Diff line number Diff line change 79
79
" Ian Page Hands @iphands <iphands@gmail.com>" ,
80
80
" Eddie Gurnee @pegurnee" ,
81
81
" Kevin Decker @kpdecker <kpdecker@gmail.com>" ,
82
- " isaacs @isaacs <i@izs.me>"
82
+ " isaacs @isaacs <i@izs.me>" ,
83
+ " Steve Gray @steve-gray" ,
84
+ " Prayag Verma @pra85 <prayag.verma@gmail.com>" ,
85
+ " Abe Fehr @abejfehr <abe.fehr@gmail.com>" ,
86
+ " Brian Woodward @doowb <brian.woodward@gmail.com>"
83
87
],
84
88
"scripts" : {
85
89
"pretest" : " jshint index.js lib/ test/ && ./download-escodegen-browser.sh" ,
You can’t perform that action at this time.
0 commit comments