Skip to content

Commit e1fa1ab

Browse files
author
Gilles Grousset
committed
Redame update to prepare 0.4.0 release
1 parent 0d72f43 commit e1fa1ab

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

CHANGELOG.md

+19-17
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# _SonarQube Plugin for Swift_ Changelog
22

3+
## v0.4.0
4+
- Objective-C support (merged from our [Objective-C plugin](https://github.com/Backelite/sonar-objective-c)). When upgrading to this version you must install OCLint (brew install oclint). If you used our Objective-C plugin, you must uninstall it (remove it from /extensions/plugins directory).
35

4-
## 🔖 v0.3.8
6+
## v0.3.8
57

68
- Ability to add a separate path for surefire junit test reports by [vexdev](https://github.com/vexdev). See [PR 105](https://github.com/Backelite/sonar-swift/pull/105)
79
- Added check for Swift language to surefire sensor To avoid ["Can not add the same measure twice" issue](https://github.com/Backelite/sonar-swift/issues/103) by [felazuris](https://github.com/felazuris). See [PR 103](https://github.com/Backelite/sonar-swift/issues/103)
@@ -11,19 +13,19 @@
1113
- SwiftLint 0.26.0 support by [gaelfoppolo](https://github.com/gaelfoppolo). See [PR 148](https://github.com/Backelite/sonar-swift/pull/148)
1214
- Added support for modular code coverage and ability to specify a reports directory by [isaacwang4076](https://github.com/isaacwang4076). See [PR 151](https://github.com/Backelite/sonar-swift/pull/151)
1315

14-
## 🔖 v0.3.7
16+
## v0.3.7
1517

1618
- Add SwiftLint 0.25.0 support by [gaelfoppolo](https://github.com/gaelfoppolo) . See [PR 135](https://github.com/Backelite/sonar-swift/pull/135)
1719

1820

1921

20-
## 🔖 v0.3.6
22+
## v0.3.6
2123

2224
- SonarQube 7 support by [Hugal31](https://github.com/Hugal31). See [PR 125](https://github.com/Backelite/sonar-swift/pull/125)
2325
- Lower case fastlane by [milch](https://github.com/milch). See [PR 113](https://github.com/Backelite/sonar-swift/pull/113)
2426
- Ability to locate test files in sub-directories by [Hugal31](https://github.com/Hugal31). See [PR 123](https://github.com/Backelite/sonar-swift/pull/123)
2527

26-
## 🔖 v0.3.5
28+
## v0.3.5
2729

2830
- SwiftLint 0.21.0 (95 rules now)
2931
- SonarQube 6.5 support
@@ -32,71 +34,71 @@
3234
- Fixes coverage with mixed objc swift project by [Branlute](https://github.com/Branlute). See [PR 88](https://github.com/Backelite/sonar-swift/pull/88)
3335
- Quotes support for multi-word project names by [PetrJandak](https://github.com/PetrJandak). See [PR 97](https://github.com/Backelite/sonar-swift/pull/97)
3436

35-
## 🔖 v0.3.4
37+
## v0.3.4
3638

3739
- SwiftLint 0.18.1 (add 8 more rules)
3840
- Fix README headers
3941
- Update README URLs to SonarQube
4042

41-
## 🔖 v0.3.3
43+
## v0.3.3
4244

4345
- Updated run-sonar-swift.sh to support -usesonarscanner (for sonar-scanner instead of sonar-runner).
4446

45-
## 🔖 v0.3.2
47+
## v0.3.2
4648

4749
- SwiftLint 0.16.1 (75 rules now).
4850
- Fixed [Metric 'test_data' should not be computed by a Sensor](https://github.com/Backelite/sonar-swift/issues/61) with SonarQube 6.2
4951
- fastlane documentation update by [mammuth](https://github.com/mammuth). See [PR 62](https://github.com/Backelite/sonar-swift/pull/62)
5052
- run-sonar-swift.sh fix by [TheSkwiggs](https://github.com/mammuth). See [PR 64](https://github.com/Backelite/sonar-swift/pull/64)
5153

52-
## 🔖 v0.3.1
54+
## v0.3.1
5355

5456
- Now falls back to sonar-scanner if sonar-runner is not installed (thanks to [MaikoHermans](https://github.com/MaikoHermans). See [PR 59](https://github.com/Backelite/sonar-swift/pull/59))
5557
- Ability to set *sonar.swift.appName*. Useful when basename is different from targeted scheme, or when slather fails with 'No product binary found' (thanks to [MaikoHermans](https://github.com/MaikoHermans). See [PR 58](https://github.com/Backelite/sonar-swift/pull/58))
5658
- Added a second linter: Tailor. Enables analysis of Swift code on linux. (thanks to [tzwickl](https://github.com/tzwickl) for the hard work. See [PR 51](https://github.com/Backelite/sonar-swift/pull/51))
5759

58-
## 🔖 v0.3.0
60+
## v0.3.0
5961

6062
- SonarQube 6 support. Important : will work with SonarQube 5.x and above only. Will not work anymore with SonarQube 4.5.x anymore.
6163
- SwiftLint 0.13.1 support (49 rules now).
6264
- Desactivation of unit tests and coverage is now allowed. Use **run-sonar-swift.sh -nounittests** to do it.
6365

64-
## 🔖 v0.2.4
66+
## v0.2.4
6567

6668
- Analysis does not fail anymore when an unkwown issue is reported by SwiftLint. See [issue 35](https://github.com/Backelite/sonar-swift/issues/35)
6769
- fastlane documentation (thanks to [viteinfinite](https://github.com/viteinfinite)). See [PR 33](https://github.com/Backelite/sonar-swift/pull/33)
6870
- Fixed fastlane JUnit report support
6971
- SwiftLint 0.11.1 support
7072
- Better return code suppot for run-sonar-swift.sh
7173

72-
## 🔖 v0.2.3
74+
## v0.2.3
7375

7476
- Fixed Lizard Sensor wrong file path
7577

76-
## 🔖 v0.2.2
78+
## v0.2.2
7779

7880
- Added support for .xcodeproj only projects (thanks to [delannoyk](https://github.com/delannoyk))
7981
- Fix for Lizard Sensor to find indexed files (thanks to [gretzki](https://github.com/gretzki))
8082
- Got rid of confusion with commercial plugin in the update center
8183

82-
## 🔖 v0.2.1
84+
## v0.2.1
8385

8486
- SwiftLint 0.8 support (new rules added).
8587

86-
## 🔖 v0.2.0
88+
## v0.2.0
8789

8890
- Lizard complexity report support (thanks to [akshaysyaduvanshi](https://github.com/akshaysyaduvanshi))
8991

90-
## 🔖 v0.1.2
92+
## v0.1.2
9193

9294
- SwiftLint 0.5.1 support (new rules added).
9395
- Added *sonar.swift.simulator* key in *sonar-project.properties* to select destination simulator for running tests
9496
- SwiftLint scans source directories only
9597

96-
## 🔖 v0.1.1
98+
## v0.1.1
9799

98100
- SwiftLint 0.4.0 support (new rules added).
99101

100-
## 🔖 v0.1.0
102+
## v0.1.0
101103

102104
- Initial release.

0 commit comments

Comments
 (0)