- Initial release
- Fix type checks
- Update to netstandard2.1
- Update nuget metadata
- Add support for .NET Standard 2.0.
- Remove misleading nullability attributes from
FirstOrDefaultAsync
.
- Add
ForEachAsync
extension forIEnumerable
- The extension method
ForEach
forIEnumerable
has been removed. Use the method of the same name from Funcky instead (The method was calledEach
in versions before 2.0.0).
- Add exhaustability exceptions