Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Releases: Bomret/NeverNull

5.1.0

01 Dec 22:21
Compare
Choose a tag to compare

5.0.0

27 Jan 23:37
Compare
Choose a tag to compare

CHANGED: Using IsEmpty or HasValue now throws.
FEATURE: Added net40 as compile target.
FEATURE: netstandard1.0 does not target the whole library anymore, just System.Linq and System.Diagnostics.Debug.
FEATURE: Removed TryGet and GetOrDefault.

3.2.0

27 Dec 22:22
Compare
Choose a tag to compare

Match, IfSome and IfNone methods are implemented directly in Option
Deprecated TryGet in favor of Match, IfSome and IfNone
Deprecated GetOrDefault because it might reintroduce null
Added Predef module for C# 6 static imports
Fixed a bug with AggregateOptional and AggregateOptionalNullable Issue #6