Skip to content

Releases: cake-contrib/Cake.Issues

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

0.7.0

30 May 17:59
Compare
Choose a tag to compare

As part of this release we had 61 commits which resulted in 7 issues being closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Breaking change

  • #92 Build against Cake 0.33.0

Features

  • #106 Add alias for serializing/deserializing issues to/from a string and file
  • #41 Add helper for checking issues

Improvements

  • #99 Remove dependency on XUnit.Assert
  • #84 IssueBuilder.WithPriority should allow null value
  • #65 Add extension to skip BOM in byte array stream

Documentation

  • #97 XML comment for IIssue.ProjectFileRelativePath mentions string.Empty as valid value

0.7.0-beta.3

27 May 15:09
Compare
Choose a tag to compare
0.7.0-beta.3 Pre-release
Pre-release

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Features

  • #106 Add alias for serializing/deserializing issues to/from a string and file

0.7.0-beta.2

20 Apr 20:54
Compare
Choose a tag to compare
0.7.0-beta.2 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

Improvements

  • Allow to pass IssueBuilder to IssueChecker
  • Improve exception messages for IssueChecker
  • Use embedded license

Bug fixes

  • Fix handling of null in ExceptionAssertExtensions