We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbc3f1 commit 757c27eCopy full SHA for 757c27e
CHANGELOG.md
@@ -1,3 +1,22 @@
1
+# v1.4.0
2
+
3
+ - Introduce a faster test runner, it could be enable by specifying the
4
+ option `legacy_runner` in unittesting.json. The default value of
5
+ `legacy_runner` is set as `true` for the moment. We are deprecating
6
+ the original test runner and will change the default value of `legacy_runner`
7
+ to `false` at some point in the future.
8
+ - Discarded/lost windows fix on unittesting/mixin.py (#139)
9
+ - Optionally generate html report (#141)
10
+ - Allow starting coverage after reload (#140)
11
+ - Optimize output panel by writing less often
12
13
+ Contributors:
14
+ - thom
15
+ - evandrocoan
16
+ - Randy Lai
17
+ - herr kaste
18
19
20
# v1.3.5
21
22
- refactor ci.ps1 and install_sublime_text.ps1
0 commit comments