Skip to content

Releases: bbtsoftware/BBT.Maybe

3.1.1

05 Jan 07:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0

29 Apr 06:55
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Improvement

  • #78 Method overload for ValueOrException

Bug

  • #81 MaybeStruct serialization constructor call throws exception in none case

Documentation

  • #85 Update project site to website

3.0.0

31 Mar 13:02
Compare
Choose a tag to compare

As part of this release we had 6 issues closed.

Breaking changes

  • #65 Add a possibility to retrieve the Maybe's value where a default value is returned for the none-Case
  • #63 Add Some method overload allowing calls to methods with return type maybe

Improvement

  • #67 Use embedded icon in NuGet package

Documentation

  • #56 Improve documentation
  • #15 Add documentation
  • #12 Use inheritdoc for inherited comments

3.0.0-beta.1

07 Jan 07:41
c29861f
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

As part of this release we had 6 issues closed.

Breaking changes

  • #65 Add a possibility to retrieve the Maybe's value where a default value is returned for the none-Case
  • #63 Add Some method overload allowing calls to methods with return type maybe

Improvement

  • #67 Use embedded icon in NuGet package

Documentation

  • #56 Improve documentation
  • #15 Add documentation
  • #12 Use inheritdoc for inherited comments

2.0.0

11 Jun 11:39
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Breaking change

  • #29 Refactor namespace for VB.NET compatibility

Improvements

  • #14 Improve naming of test cases
  • #13 Cleanup naming

2.0.0-beta.1

06 Jun 15:39
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

As part of this release we had 3 issues closed.

Breaking change

  • #29 Refactor namespace for VB.NET compatibility

Improvements

  • #14 Improve naming of test cases
  • #13 Cleanup naming

1.0.0

02 May 08:29
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Feature

  • #3 Serializable option type implementation

1.0.0-beta.1

28 Apr 21:26
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

As part of this release we had 1 issue closed.

Feature

  • #3 Serializable option type implementation