0.5.0
As part of this release we had 4 issues closed.
Requirements
- Cake 0.16.2 or higher
Breaking changes
- #53 Add alias to only read issues
- #51 Shorten alias names
- #49 Add possibility for issue providers and pull request systems to fail on initialization
Improvement
- #58 Use Cake Contrib icon
0.5.0-beta.1
As part of this release we had 2 issues closed.
Requirements
- Cake 0.16.2 or higher
Breaking changes
- #51 Shorten alias names
- #49 Add possibility for issue providers and pull request systems to fail on initialization
0.4.0
As part of this release we had 1 issue closed.
Requirements
- Cake 0.16.2 or higher
Breaking change
- #46 Return more information from aliases
0.3.1
As part of this release we had 3 issues closed.
Requirements
- Cake 0.16.2 or higher
Improvements
- #45 Remove dependency to
Cake.Core
- #42 Return list of issues written to pull request
- #41 Aliases should import namespaces
0.3.0
As part of this release we had 6 issues closed.
Requirements
- Cake 0.16.2 or higher
Breaking changes
- #35 Enhance
ICodeAnalysisIssue
with property for issue provider type - #31 Add initialize method to
ICodeAnalysisIssue
andIPullRequestSystem
- #17 Enhance pull request system with information about supported message formatting
Features
- #40 Add base classes for rule URL resolving in issue providers
- #33 Support passing of multiple issue provider
Improvement
- #24 Enhance
ICodeAnalysisIssue
interface with rule URL
0.3.0-beta.4
Requirements
- Cake 0.16.2 or higher
Changes since previous beta release
- (GH-40) Enhance
BaseRuleUrlResolver
with possibility to register different resolvers
0.3.0-beta.3
Requirements
- Cake 0.16.2 or higher
Changes since previous beta release
- (GH-40) Add base classes for rule URL resolving in issue providers
- Add overload to generic
CodeAnalysisIssue
containingruleUrl
parameter - Add test case for
PullRequestSystem.GetPreferredCommentFormat
0.3.0-beta.2
Requirements
- Cake 0.16.2 or higher
Changes since previous beta release
- Default implementation for
Initialize
method inCodeAnalysisProvider
andPullRequestSystem
- Add checks in
CodeAnalysisProvider
andPullRequestSystem
methods to check if Initialize was called - (GH-31) Add test cases for the initialize method
- Update examples to new versions of addins
0.3.0-beta.1
As part of this release we had 5 issues closed.
Requirements
- Cake 0.16.2 or higher
Breaking changes
- #35 Enhance
ICodeAnalysisIssue
with property for issue provider type - #31 Add initialize method to
ICodeAnalysisIssue
andIPullRequestSystem
- #17 Enhance pull request system with information about supported message formatting
Feature
- #33 Support passing of multiple issue provider
Improvement
- #24 Enhance
ICodeAnalysisIssue
interface with rule URL
0.2.1
As part of this release we had 1 issue closed.
Improvement
- #26 Build against Cake 0.16.2
0.2.0
As part of this release we had 7 issues closed.
Breaking changes
- #22 Improve filtering by path
- #7 Change
IPullRequestSystem.MarkThreadAsFixed
to allow multiple threads - #6 Support issues without file path
Improvements
Documentation
- #21 Add documentation about release process
- #19 Update license to make the Sonar / Microsoft copyright more clear
0.1.0
As part of this release we had 1 issue closed.
Feature
- #8 Basic implementation