Skip to content

Releases: cake-contrib/Cake.Issues

0.9.0

22 Aug 17:49
Compare
Choose a tag to compare

As part of this release we had 6 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Breaking changes

  • #188 Provide file link for issue
  • #179 Add run information to IIssue
  • #170 Add identifier to IIssue
  • #168 Add support for ranges
  • #165 Add column to IIssue

Feature

  • #169 Provide infrastructure for file linking

0.9.0-beta.5

10 Aug 09:27
33cbc5d
Compare
Choose a tag to compare
0.9.0-beta.5 Pre-release
Pre-release

As part of this release we had 6 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Improvements

  • Support line ranges and columns in file link settings (#198)
  • Support for CommitId in FileLinkSettings (#196)
  • Refactor file link settings to allow dynamic created file links (#199)
  • Add alias for custom file link settings (#200)
  • Make WithEnding public since it might be useful in other addins (#203)
  • Add LineRange extensions (#202)

0.9.0-beta.4

01 Aug 09:45
fd2ded6
Compare
Choose a tag to compare
0.9.0-beta.4 Pre-release
Pre-release

As part of this release we had 3 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Breaking changes

  • Don't pass FileLinkSettings to issue provider

0.9.0-beta.3

31 Jul 20:08
bece6c4
Compare
Choose a tag to compare
0.9.0-beta.3 Pre-release
Pre-release

As part of this release we had 3 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Breaking changes

  • #188 Provide file link for issue
  • Make FileLinkSettings.FileLinkPattern readonly
  • Add GetFileLink extension to resolve file link URL

0.9.0-beta.2

12 Jul 09:50
Compare
Choose a tag to compare
0.9.0-beta.2 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Improvements

  • Add interfaces for settings

Documentation

  • Fix examples for ReadIssues alias

0.9.0-beta.1

06 Jul 13:10
Compare
Choose a tag to compare
0.9.0-beta.1 Pre-release
Pre-release

As part of this release we had 5 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Breaking changes

  • #179 Add run information to IIssue
  • #170 Add identifier to IIssue
  • #165 Add column to IIssue
  • #168 Add support for ranges

Feature

  • #169 Provide infrastructure for file linking

0.8.1

20 Jan 21:58
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Feature

  • #159 Make IssueSerializationExtensions and IssueDeserializationExtensions public

0.8.0

17 Oct 19:40
Compare
Choose a tag to compare

As part of this release we had 5 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Breaking change

  • #121 Support reading messages in different formats

Features

  • #133 Add versioning to serialization format of issues
  • #128 Add IEqualityComparer for IIssue

Improvement

  • #148 Embed NuGet package icon

Documentation

  • #119 Change website to cakeissues.net

0.8.0-beta.1

10 Oct 19:29
Compare
Choose a tag to compare
0.8.0-beta.1 Pre-release
Pre-release

As part of this release we had 4 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Breaking change

  • #121 Support reading messages in different formats

Features

  • #133 Add versioning to serialization format of issues
  • #128 Add IEqualityComparer for IIssue

Documentation

0.7.1

16 Aug 08:18
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Improvement

  • #124 Improve exception message for invalid paths