This repository has been archived by the owner on Dec 28, 2017. It is now read-only.
Releases: cake-contrib/Cake.Prca
Releases · cake-contrib/Cake.Prca
0.5.0
0.5.0-beta.1
0.4.0
0.3.1
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