Release v1.1.4
- Fix:
TryWith
for State and Reader,Filter
,DistinctBy
,SortBy
andSortByAscending
for user defined types. - Compile-time safety for try-blocks and while-loops in generic computation expressions.
- Reduce allocations in NonEmptyList builder implementation.
- Add support for clean signatures to all Indexables.
- Improved, fixed and additional documentation in the extensions namespace.