|
16 | 16 |
|
17 | 17 | #### Bug Fixes |
18 | 18 |
|
19 | | -- [#187](https://github.com/insideapp-oss/sonar-flutter/issues/187) pubspec.yaml parser fails when no dependencies are declared |
20 | | -- [#223](https://github.com/insideapp-oss/sonar-flutter/issues/223) some dartanalyzer rules disappeared |
| 19 | +- [#187](https://github.com/insideapp-fr/sonar-flutter/issues/187) pubspec.yaml parser fails when no dependencies are declared |
| 20 | +- [#223](https://github.com/insideapp-fr/sonar-flutter/issues/223) some dartanalyzer rules disappeared |
21 | 21 |
|
22 | 22 | ## 0.5.1 |
23 | 23 |
|
|
35 | 35 |
|
36 | 36 | #### Bug Fixes |
37 | 37 |
|
38 | | -- [#177](https://github.com/insideapp-oss/sonar-flutter/issues/177) analyzer execution fails when errors detected. |
39 | | -- [#212](https://github.com/insideapp-oss/sonar-flutter/issues/212) source file not indexed with SonarQube 10.4+ |
40 | | -- [PR #201](https://github.com/insideapp-oss/sonar-flutter/pull/201) bump snakeyaml and jackson-databind to latest versions |
| 38 | +- [#177](https://github.com/insideapp-fr/sonar-flutter/issues/177) analyzer execution fails when errors detected. |
| 39 | +- [#212](https://github.com/insideapp-fr/sonar-flutter/issues/212) source file not indexed with SonarQube 10.4+ |
| 40 | +- [PR #201](https://github.com/insideapp-fr/sonar-flutter/pull/201) bump snakeyaml and jackson-databind to latest versions |
41 | 41 | - Updated Apache Ivy to 2.5.2 |
42 | 42 |
|
43 | 43 | ## 0.5.0 |
|
86 | 86 |
|
87 | 87 | #### Bug Fixes |
88 | 88 |
|
89 | | -- [#160](https://github.com/insideapp-oss/sonar-flutter/issues/160) dart analysis with an exception of NumberFormatException |
| 89 | +- [#160](https://github.com/insideapp-fr/sonar-flutter/issues/160) dart analysis with an exception of NumberFormatException |
90 | 90 |
|
91 | 91 |
|
92 | 92 | ## 0.4.0 |
|
165 | 165 |
|
166 | 166 | #### Enhancements |
167 | 167 |
|
168 | | -- 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) |
169 | | -- Improve test report parsing (thanks to [Peter Leibiger](https://github.com/kuhnroyal)), fixes [#13](https://github.com/insideapp-oss/sonar-flutter/issues/13) |
170 | | -- 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) |
| 168 | +- Add Flutter 1.20.0 test report compatibility (thanks to [Peter Leibiger](https://github.com/kuhnroyal)), fixes [#19](https://github.com/insideapp-fr/sonar-flutter/issues/19) |
| 169 | +- Improve test report parsing (thanks to [Peter Leibiger](https://github.com/kuhnroyal)), fixes [#13](https://github.com/insideapp-fr/sonar-flutter/issues/13) |
| 170 | +- Ability to use existing analysis options (configurable behavior) (thanks to [Stephane Janicaud](https://github.com/stephanecodes])), fixes [#23](https://github.com/insideapp-fr/sonar-flutter/issues/23), [#18](https://github.com/insideapp-fr/sonar-flutter/issues/18) |
171 | 171 | - Paginated analysis with dartanalyzer (thanks to [victorgilc](https://github.com/victorgilc)) |
172 | 172 |
|
173 | 173 | #### Bug Fixes |
|
176 | 176 | - Better test report parsing (thanks to [victorgilc](https://github.com/victorgilc)) |
177 | 177 | - Restore Java 8 compatibility required by the sonar-scanner (thanks to [Peter Leibiger](https://github.com/kuhnroyal)) |
178 | 178 | - Restore the original analysis options file when analysis crashes (thanks to [amond](https://github.com/amondnet)) |
179 | | -- 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) |
180 | | -- Running sonar-scanner does not result no 0 exit code anymore when issues are found by dartanalyzer (thanks to [amond](https://github.com/amondnet)), fixes [#11](https://github.com/insideapp-oss/sonar-flutter/issues/11) |
| 179 | +- Windows support (thanks to [victorgilc](https://github.com/victorgilc)), fixes [#12](https://github.com/insideapp-fr/sonar-flutter/issues/12), [#24](https://github.com/insideapp-fr/sonar-flutter/issues/24) |
| 180 | +- Running sonar-scanner does not result no 0 exit code anymore when issues are found by dartanalyzer (thanks to [amond](https://github.com/amondnet)), fixes [#11](https://github.com/insideapp-fr/sonar-flutter/issues/11) |
181 | 181 |
|
182 | 182 | ## 0.2.1 |
183 | 183 |
|
|
0 commit comments