2.9 KiB
2.9 KiB
1.4.0 (2023-8-3)
✨ Features
- add IDictionary.TryGet to return Maybe (1b15162)
1.3.1 (2023-8-3)
🐛 Bug Fixes
- remove duplicate Choose extension (5a2bd69)
1.3.0 (2023-8-2)
✨ Features
- add Result.FailureVal and Result.SuccessVal (35cc366)
1.2.3 (2023-8-2)
1.2.2 (2022-12-23)
🐛 Bug Fixes
- handle IEnumerable.Choose correctly (part 2) (a0a8efb)
1.2.1 (2022-12-23)
🐛 Bug Fixes
- handle IEnumerable.Choose<Nullable> correctly (c17d3f1)
1.2.0 (2022-12-23)
✨ Features
1.1.2 (2022-12-1)
✨ Features
- add ByteHelper (c39fdd8)
- add Enumerable.ConditionalConcat (ea050f0)
- add Enumerable.ConditionalWhere (f3f511a)
- add OneOf (cdcfd67)
- move FSharp stuff into FsBase (e12137b)
🐛 Bug Fixes
- correct implementation of FirstOrEmpty (5981dd0)