UNPKG

1.23 kBMarkdownView Raw
1# 0.3.3 (2020-02-06)
2
3- **[Fix]** Update dependencies.
4
5# 0.3.2 (2019-05-15)
6
7- **[Fix]** Add support for relative source map URLs.
8
9# 0.3.1 (2019-05-06)
10
11- **[Feature]** Use `node-inspector-server` instead of `demurgos-spawn-wrap` to inspect subprocesses.
12
13# 0.3.0 (2019-05-04)
14
15- **[Breaking change]** Update to Node 12.
16
17# 0.2.5 (2018-12-02)
18
19- **[Fix]** Fix `lcov-file` reporter.
20
21# 0.2.4 (2018-12-02)
22
23- **[Fix]** Replace forced 10s timeout by an optional `timeout` parameter.
24
25# 0.2.3 (2018-12-01)
26
27- **[Fix]** Fix support for `match` option (do not force `**/*`).
28
29# 0.2.2 (2018-12-01)
30
31- **[Feature]** Add `lcov`, `lcov-file` and `text-file` reporters.
32
33# 0.2.1 (2018-12-01)
34
35- **[Fix]** Fix proxy support `stdin`.
36- **[Fix]** Fix CLI parser to support multiple reporters.
37
38# 0.2.0 (2018-11-30)
39
40- **[Feature]**: Add support for source maps.
41- **[Feature]**: Add basic support for globbing.
42- **[Fix]**: Fix promise rejection on timeout.
43- **[Fix]**: Proxy the child process.
44
45# 0.1.3 (2018-11-25)
46
47- **[Fix]** Add support for exec args (such as `--experimental-modules`).
48
49# 0.1.2 (2018-11-23)
50
51- **[Fix]** Fix published files
52
53# 0.1.1 (2018-11-23)
54
55- **[Feature]** Expose API
56
57# 0.1.0 (2018-11-22)
58
59- First release