UNPKG

2.88 kBMarkdownView Raw
1<a name="0.2.19"></a>
2# 0.2.19 (2016-01-27)
3
4## Improvements
5- Add check for sonar-runner in the lib dir and update log message to be more clear
6- Update all dependencies
7
8<a name="0.2.18"></a>
9# 0.2.18 (2016-01-09)
10
11## Feature
12- Add cucumber testframework support
13- Add debug option
14
15## Bugfix
16- Fix sonar-runner cmd for windows
17- Update documentation to reflect task name change from 'karma_sonar' to 'karmaSonar'
18- Modified the regex to be non-greedy (src: js/x/some.js)
19
20<a name="0.2.17"></a>
21# 0.2.17 (2015-09-18)
22
23## Bugfix
24- Fix conditional specs aren't being resolved and result in an error
25
26<a name="0.2.16"></a>
27# 0.2.16 (2015-09-15)
28
29## Bugfix
30- Fix file merge fails if there is disabled jasmine test ('xit()')
31- Fix tests that contain '' in jasmine it break sonar
32
33<a name="0.2.15"></a>
34# 0.2.15 (2015-09-11)
35
36## Features
37- Added support for adding integration tests results
38
39<a name="0.2.14"></a>
40# 0.2.14 (2015-09-09)
41
42## Bugfix
43- Fix support for karma-junit-reporter higher then 0.3.1 (glob support)
44- Fix test files containing dots in the name do not get uploaded
45
46<a name="0.2.13"></a>
47# 0.2.13 (2015-07-08)
48
49## Bugfix
50- Added lib directory to npm ignore
51
52<a name="0.2.12"></a>
53# 0.2.12 (2015-07-07)
54
55## Features
56- Added support for fetching sonar-runner when it is not available on the path
57
58<a name="0.2.9"></a>
59# 0.2.9 (2015-06-30)
60
61## Features
62- Added support for adding integration tests coverage
63
64<a name="0.2.7"></a>
65# 0.2.7 (2015-06-15)
66
67## Bug Fixes
68- Added support excluding any sonar property.
69
70<a name="0.2.6"></a>
71# 0.2.6 (2015-06-09)
72
73## Bug Fixes
74- Added support for not adding a parameter to sonar by providing null as a value.
75
76<a name="0.2.4"></a>
77# 0.2.4 (2015-04-10)
78
79## Bug Fixes
80- Fixed Karma sonar should not write options instance when they are undefined.
81
82<a name="0.2.3"></a>
83# 0.2.3 (2015-04-07)
84
85## Bug Fixes
86- Fixed Specs that escape characters are matched incorrectly, resulting in exclusion
87- Fixed Multiple test files that have specs with the same name are resolved incorrectly
88- Fixed Files with test directory different then `test` don't get copied
89- Fixed Files with source directory different then `src` don't get copied
90
91<a name="0.2.2"></a>
92# 0.2.2 (2015-04-02)
93
94## Bug Fixes
95- Fixed regex for finding tests with double and single quotes
96- Fixed regex for finding testcases that have an autoclose tag
97- Added check for files that are in the test directory but are no tests
98
99<a name="0.2.1"></a>
100# 0.2.1 (2015-04-02)
101
102## Bug Fixes
103- #17 Cannot find module 'fs-extra'
104
105<a name="0.2.0"></a>
106# 0.2.0 (2015-04-02)
107
108## Breaking changes
109- The configuration has changed.
110
111## Features
112- Added support for dry-run
113- Added support for adding custom sonar properties
114
115## Bug Fixes
116- 'karma_sonar' task now stops when an error has occurred
117- karma-junit-reporter reports are now processed and updated with the correct spec for classname
\No newline at end of file