Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / istanbul / CHANGELOG.md
1 Changelog
2 ---------
3
4 <table>
5 <tr>
6 <td>v0.3.21</td>
7 <td>
8     <ul>
9         <li>Updated dependencies to the latest</li>
10     </ul>
11 </td>
12 </tr>
13 <tr>
14 <td>v0.3.20</td>
15 <td>
16     <ul>
17         <li>Fix broken es6 `super` support, thanks @sterlinghw</li>
18         <li>Improve readability via better lineHeight, thanks @dhoko</li>
19         <li>Adding ability to set custom block name in teamcity report, thanks @aryelu</li>
20         <li>Replaced deprecated util.puts with console.log, thanks @arty-name
21     </ul>
22 </td>
23 </tr>
24 <tr>
25 <td>v0.3.19</td>
26 <td>Fix instrumenter for multiple blank array positions, thanks @alexdunphy</td>
27 </tr>
28 <tr>
29 <tr>
30 <td>v0.3.18</td>
31 <td>Upgrade esprima, get support for more ES6 features</td>
32 </tr>
33 <tr>
34 <td>v0.3.17</td>
35 <td>Upgrade esprima, get correct for-of support</td>
36 </tr>
37 <tr>
38 <td>v0.3.16</td>
39 <td>
40     <ul>
41         <li>upgrades to filset and async modules, thanks to @roderickhsiao, @popomore</li>
42         <li>updated text reporter so that it displays a list of the lines missing coverage, thanks @bcoe</li>
43     </ul>
44 </td>
45 </tr>
46 <tr>
47 <td>v0.3.15</td>
48 <td>
49     <ul>
50         <li>Fix #375: add nodir option to exclude directory for *.js matcher thanks to @yurenju</li>
51         <li>Fix #362: When setting up the `reportDir` add it to `reporter.dir`</li>
52         <li>Fixes #238 (added a poorman's clone)</li>
53         <li>Incrementing hits on ignored statements implemented</li>
54         <li>`a:visited color: #777` (a nice gray color)</li>
55     </ul>
56 </td>
57 </tr>
58 <tr>
59 <td>v0.3.14</td>
60 <td>
61     Add text-lcov report format to emit lcov to console, thanks to @bcoe
62 </td>
63 </tr>
64 <tr>
65 <td>v0.3.13</td>
66 <td>
67     Fix #339
68 </td>
69 </tr>
70 <tr>
71 <td>v0.3.12</td>
72 <td>
73     Allow other-than-dot-js files to be hooked, thanks to @sethpollack
74 </td>
75 </tr>
76 <tr>
77 <td>v0.3.11</td>
78 <td>
79     Avoid modification of global objects, thanks to @dominykas
80 </td>
81 </tr>
82 <tr>
83 <td>v0.3.10</td>
84 <td>
85     Update escodegen to 1.6.x and add browser download script
86 </td>
87 </tr>
88 <tr>
89 <td>v0.3.9</td>
90 <td>
91     <ul>
92         <li>Merge harmony branch and start adding ES6 features to istanbul</li>
93         <li>Arrow functions are the only feature of interest now</li>
94         <li>`for-of` and `yield` support exist but not present in mainline esprima yet</li>
95     </ul>
96 </td>
97 </tr>
98 <tr>
99 <td>v0.3.8</td>
100 <td>
101     <ul>
102         <li>Fail check coverage command when no coverage files found, thanks to @nexus-uw</li>
103         <li>handle relative paths in check-coverage, thanks to @dragn</li>
104         <li>support explicit includes for cover, thanks to @tonylukasavage</li>
105     </ul>
106 </td>
107 </tr>
108 <tr>
109 <td>v0.3.7</td>
110 <td>
111     Fix asset paths on windows, thanks to @juangabreil
112 </td>
113 </tr>
114 <tr>
115 <td>v0.3.6</td>
116 <td>
117     <ul>
118         <li>Update to Esprima 2.0</li>
119         <li>Remove YUI dependency and provide custom sort code. No network access needed for HTML report view</li>
120         <li>use supports-color module to colorize output, thanks to @gustavnikolaj</li>
121         <li>Fix tests to work on Windows, thanks to @dougwilson</li>
122         <li>Docs: "Instrument code" API example correction thanks to @robatron</li>
123         <li>Extracted embedded CSS and JavaScript and made them external files, thanks to @booleangate</td>
124     </ul>
125 </td>
126 </tr>
127 <tr>
128 <td>v0.3.5</td>
129 <td>
130 <p>Merge #275 - `--include-all-sources` option. Thanks @gustavnikolaj</p>
131 <p>
132 The `--preload-sources` option is now deprecated and superseded by the
133 `--include-all-sources` option instead. This provides a better coverage representation
134 of the code that has not been included for testing.
135 </p>
136 </td>
137 </tr>
138 <tr>
139 <td>v0.3.4</td>
140 <td>Merge #219 - Support reporting within symlink/junction. Thanks to @dougwilson</td>
141 </tr>
142 <tr>
143 <td>v0.3.3</td>
144 <td>Merge #268 - per file coverage enforcement. Thanks to @ryan-roemer</td>
145 </tr>
146 <tr>
147 <td>v0.3.2</td>
148 <td>Republish 0.3.1 because of bad shasum</td>
149 </tr>
150 <tr>
151 <td>v0.3.1</td>
152 <td>Fixes #249</td>
153 </tr>
154 <tr>
155 <td>v0.3.0</td>
156 <td>
157     The *reports* release. **Potentially backwards-incompatible** if you are using
158     undocumented features or custom report implementations.
159     <ul>
160         <li>Change report command line to support multiple reports, add back-compat processing with warnings</li>
161         <li>Enable `report` command to read report list from config, thanks to @piuccio</li>
162         <li>Support multiple reports for `cover` and `report` commands</li>
163         <li>Support per-report config options in configuration file</li>
164         <li>Turn reports into event emitters so they can signal `done`</li>
165         <li>Add `Reporter` class to be able to generate multiple reports</li>
166         <li>Add a bunch of API docs, refactor README</li>
167     </ul>
168 </td>
169 </tr>
170 <tr>
171 <td>v0.2.16</td><td>Make YUI links https-always since relative links break local
172 filesystem use-case
173 </td>
174 </tr>
175 <tr>
176 <td>v0.2.15</td><td>make link protocols relative so they don't break on https connections
177 (thanks to @yasyf)
178 </td>
179 </tr>
180 <tr>
181 <td>v0.2.14</td><td>Fix hook to deal with non-string/ missing filenames
182 (thanks to @jason0x43), update dependencies
183 </td>
184 </tr>
185 <tr>
186 <td>v0.2.13</td><td>Add `--preload-sources` option to `cover` command to make
187 code not required by tests to appear in the coverage report.
188 </td>
189 </tr>
190 <tr>
191 <td>v0.2.12</td><td>Text summary as valid markdown, thanks to @smikes</td>
192 </tr>
193 <tr>
194 <td>v0.2.11</td><td>Allow source map generation, thanks to @jason0x43</td>
195 </tr>
196 <tr>
197 <td>v0.2.10</td><td>Add flag to handle sigints and dump coverage, thanks to @samccone</td>
198 </tr>
199 <tr>
200 <td>v0.2.9</td><td>Fix #202</td>
201 </tr>
202 <tr>
203 <tr>
204 <td>v0.2.8</td><td>Upgrade esprima</td>
205 </tr>
206 <tr>
207 <td>v0.2.7</td><td><ul>
208     <li>Upgrade esprima</li>
209     <li>Misc jshint fixes</li>
210 </ul></td>
211 </tr>
212 <tr>
213 <td>v0.2.6</td><td><ul>
214     <li>Revert bad commit for tree summarizer</li>
215 </ul></td>
216 </tr>
217 <tr>
218 <td>v0.2.5</td><td><ul>
219     <li>Add clover report, thanks to @bixdeng, @mpderbec</li>
220     <li>Fix cobertura report bug for relative paths, thanks to @jxiaodev</li>
221     <li>Run self-coverage on tests always</li>
222     <li>Fix tree summarizer when relative paths are involved, thanks to @Swatinem</li>
223 </ul></td>
224 </tr>
225 <tr>
226 <td>v0.2.4</td><td><ul>
227     <li>Fix line-split algo to handle Mac lin separators, thanks to @asifrc</li>
228     <li>Update README for quick intro to ignoring code for coverage, thanks to @gergelyke</li>
229 </ul></td>
230 </tr>
231 <tr>
232 <td>v0.2.3</td><td><ul>
233     <li>Add YAML config file. `istanbul help config` has more details</li>
234     <li>Support custom reporting thresholds using the `watermarks` section of the config file</li>
235 </ul></td>
236 </tr>
237 <tr><td>v0.2.2</td><td>update escodegen, handlebars and resolve dependency versions</td></tr>
238 <tr>
239 <td>v0.2.1</td><td><ul>
240     <li>Add ability to skip branches and other hard-to-test code using comments.
241         See <a href="https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md">the doc</a> for more details</li>
242     <li>Turn `util.error` into `console.error` for node 0.11 compatibility, thanks to @pornel</li>
243 </ul></td>
244 </tr>
245 <tr><td>v0.2.0</td><td><ul>
246     <li>Add --preserve-comments to instrumenter options, thanks to @arikon</li>
247     <li>Support 'use strict;' in file scope, thanks to @pornel</li>
248 </ul>
249     Up minor version due to the new way in which the global object is accessed.
250     This _should_ be backwards-compatible but has not been tested in the wild.
251 </td></tr>
252 <tr><td>v0.1.46</td><td>Fix #114</td></tr>
253 <tr><td>v0.1.45</td><td>Add teamcity reporter, thanks to @chrisgladd</td></tr>
254 <tr><td>v0.1.44</td><td>Fix inconsistency in processing empty switch with latest esprima, up deps</td></tr>
255 <tr><td>v0.1.43</td><td>Add colors to text report thanks to @runk</td></tr>
256 <tr><td>v0.1.42</td><td>fix #78: embed source regression introduced in v0.1.38. Fix broken test for this</td></tr>
257 <tr><td>v0.1.41</td><td>add json report to dump coverage object for certain use cases</td></tr>
258 <tr><td>v0.1.40</td><td>forward sourceStore from lcov to html report, pull request by @vojtajina</td></tr>
259 <tr><td>v0.1.39</td><td>add <source> tag to cobertura report, pull request by @jhansche</td></tr>
260 <tr><td>v0.1.38</td><td><ul>
261         <li>factor out AST instrumentation into own instrumentASTSync method</li>
262         <li>always set function declaration coverage stats to 1 since every such declaration is "executed" exactly one time by the compiler</li>
263     </ul></td></tr>
264 <tr><td>v0.1.37</td><td>--complete-copy flag contrib from @kami, correct strict mode semantics for instrumented functions</td></tr>
265 <tr><td>v0.1.36</td><td>real quiet when --print=none specified, add repo URL to package.json, add contributors</td></tr>
266 <tr><td>v0.1.35</td><td>accept cobertura contrib from @nbrownus, fix #52</td></tr>
267 <tr><td>v0.1.34</td><td>fix async reporting, update dependencies, accept html cleanup contrib from @mathiasbynens</td></tr>
268 <tr><td>v0.1.33</td><td>initialize global coverage object before running tests to workaround mocha leak detection</td></tr>
269 <tr><td>v0.1.32</td><td>Fix for null nodes in array expressions, add @unindented as contributor</td></tr>
270 <tr><td>v0.1.31</td><td>Misc internal fixes and test changes</td></tr>
271 <tr><td>v0.1.30</td><td>Write standard blurbs ("writing coverage object..." etc.) to stderr rather than stdout</td></tr>
272 <tr><td>v0.1.29</td><td>Allow --post-require-hook to be a module that can be `require`-d</td></tr>
273 <tr><td>v0.1.28</td><td>Add --post-require-hook switch to support use-cases similar to the YUI loader</td></tr>
274 <tr><td>v0.1.27</td><td>Add --hook-run-in-context switch to support RequireJS modules. Thanks to @millermedeiros for the pull request</td></tr>
275 <tr><td>v0.1.26</td><td>Add support for minimum uncovered unit for check-coverage. Fixes #25</td></tr>
276 <tr><td>v0.1.25</td><td>Allow for relative paths in the YUI loader hook</td></tr>
277 <tr><td>v0.1.24</td><td>Add lcov summaries. Fixes issue #20</td></tr>
278 <tr><td>v0.1.23</td><td>Add ability to save a baseline coverage file for the instrument command. Fixes issue #19</td></tr>
279 <tr><td>v0.1.22</td><td>Add signature attribute to cobertura method tags to fix NPE by the Hudson publisher</td></tr>
280 <tr><td>v0.1.21</td><td>Add cobertura XML report format; exprimental for now</td></tr>
281 <tr><td>v0.1.20</td><td>Fix HTML/ lcov report interface to be more customizable for middleware needs</td></tr>
282 <tr><td>v0.1.19</td><td>make all hooking non-destructive in that already loaded modules are never reloaded. Add self-test mode so that already loaded istanbul modules can be unloaded prior to hooking.</td></tr>
283 <tr><td>v0.1.18</td><td>Add option to hook in non-destructive mode; i.e. the require cache is not unloaded when hooking</td></tr>
284 <tr><td>v0.1.17</td><td>Export some more objects; undocumented for now</td></tr>
285 <tr><td>v0.1.16</td><td>Fix npm keywords for istanbul which expects an array of strings but was being fed a single string with keywords instead</td></tr>
286 <tr><td>v0.1.15</td><td>Add the 'check-coverage' command so that Istanbul can be used as a posttest script to enforce minimum coverage</td></tr>
287 <tr><td>v0.1.14</td><td>Expose the experimental YUI load hook in the interface</td></tr>
288 <tr><td>v0.1.13</td><td>Internal jshint cleanup, no features or fixes</td></tr>
289 <tr><td>v0.1.12</td><td>Give npm the README that was getting inadvertently excluded</td></tr>
290 <tr><td>v0.1.11</td><td>Merge pull request #14 for HTML tweaks. Thanks @davglass. Add @davglass and @nowamasa as contributors in `package.json`</td></tr>
291 <tr><td>v0.1.10</td><td>Fix to issue #12. Do not install `uncaughtException` handler and pass input error back to CLI using a callback as opposed to throwing.</td></tr>
292 <tr><td>v0.1.9</td><td>Attempt to create reporting directory again just before writing coverage in addition to initial creation</td></tr>
293 <tr><td>v0.1.8</td><td>Fix issue #11.</td></tr>
294 <tr><td>v0.1.7</td><td>Add text summary and detailed reporting available as --print [summary|detail|both|none]. summary is the default if nothing specified.</td></tr>
295 <tr><td>v0.1.6</td><td>Handle backslashes in the file path correctly in emitted code. Fixes #9. Thanks to @nowamasa for bug report and fix</td></tr>
296 <tr><td>v0.1.5</td><td>make object-utils.js work on a browser as-is</td></tr>
297 <tr><td>v0.1.4</td><td>partial fix for issue #4; add titles to missing coverage spans, remove negative margin for missing if/else indicators</td></tr>
298 <tr><td>v0.1.3</td><td>Set the environment variable running_under_istanbul to 1 when that is the case. This allows test runners that use istanbul as a library to back off on using it when set.</td></tr>
299 <tr><td>v0.1.2</td><td>HTML reporting cosmetics. Reports now show syntax-colored JS using `prettify`. Summary tables no longer wrap in awkward places.</td></tr>
300 <tr><td>v0.1.1</td><td>Fixes issue #1. HTML reports use sources embedded inside the file coverage objects if found rather than reading from the filesystem</td></tr>
301 <tr><td>v0.1.0</td><td>Initial version</td></tr>
302 </td></tr>
303 </table>
304