You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,18 @@
12
12
13
13
#### Enhancements
14
14
15
-
- Add Flutter 1.20.0 test report compatibility (thanks to [Peter Leibiger](https://github.com/kuhnroyal])), fixes [#19](https://github.com/insideapp-oss/sonar-flutter/issues/19)
16
-
- Improve test report parsing (thanks to [Peter Leibiger](https://github.com/kuhnroyal])), fixes [#13](https://github.com/insideapp-oss/sonar-flutter/issues/13)
15
+
- Add Flutter 1.20.0 test report compatibility (thanks to [Peter Leibiger](https://github.com/kuhnroyal)), fixes [#19](https://github.com/insideapp-oss/sonar-flutter/issues/19)
16
+
- Improve test report parsing (thanks to [Peter Leibiger](https://github.com/kuhnroyal)), fixes [#13](https://github.com/insideapp-oss/sonar-flutter/issues/13)
17
17
- Ability to use existing analysis options (configurable behavior) (thanks to [Stephane Janicaud](https://github.com/stephanecodes])), fixes [#23](https://github.com/insideapp-oss/sonar-flutter/issues/23), [#18](https://github.com/insideapp-oss/sonar-flutter/issues/18)
18
+
- Paginated analysis with dartanalyzer (thanks to [victorgilc](https://github.com/victorgilc))
18
19
19
20
#### Bug Fixes
20
21
21
-
- Report the correct test case count (thanks to [Peter Leibiger](https://github.com/kuhnroyal]))
22
-
- Restore Java 8 compatibility required by the sonar-scanner (thanks to [Peter Leibiger](https://github.com/kuhnroyal]))
22
+
- Report the correct test case count (thanks to [Peter Leibiger](https://github.com/kuhnroyal))
23
+
- Better test report parsing (thanks to [victorgilc](https://github.com/victorgilc))
24
+
- Restore Java 8 compatibility required by the sonar-scanner (thanks to [Peter Leibiger](https://github.com/kuhnroyal))
23
25
- Restore the original analysis options file when analysis crashes (thanks to [amond](https://github.com/amondnet))
26
+
- Windows support (thanks to [victorgilc](https://github.com/victorgilc)), fixes [#12](https://github.com/insideapp-oss/sonar-flutter/issues/12), [#24](https://github.com/insideapp-oss/sonar-flutter/issues/24)
0 commit comments