Releases: fsprojects/FSharpPlus
Releases · fsprojects/FSharpPlus
Preview 1.2.0-CI01958
Release v1.1.7
- Fix short-circuiting Traverse (#416)
Preview 1.2.0-CI01803
Release v1.1.6
Preview 1.2.0-CI01665
Release v1.1.5
- Use list internally instead of array for the generic implementation of sequence
- Make
<*>
for functions evaluate side-effects left-to-right - Remove BindReturn from monad computation expression in order to avoid type inference issues in F#5
Preview 1.2.0 CI01568
New in this release
- Use list instead of array for the generic implementation of sequence
- Include typelevel F# files for Fable
From earlier previews:
Preview 1.2.0 CI01240
- Type-level literals and Nat-dependent vector/matrix
Preview 1.2.0 CI01544
- Add Mapi Support in NonEmpty List
- Add new types: NonEmptySeq, NonEmptySet and NonEmptyMap
- Add Cont.eval / ContT.eval
- Add choose function to the Map and Dictionaries modules (in the Extensions namespace)
- Add zipShortest function and use that to make generic Zip safe for collections
- Add TryLast to Foldable and introduce operator
tryLast
- Add
tryHead
andtryLast
to String module (in the Extensions namespace)
Preview 1.2.0 CI01544
- Add Mapi Support in NonEmpty List
- Add new types: NonEmptySeq, NonEmptySet and NonEmptyMap
- Add Cont.eval / ContT.eval
- Add type alias for non-empty collections and builder for NonEmptySeq
- Add choose function to the Map and Dictionaries modules (in the Extensions namespace)
- Add zipShortest function and use that to make generic Zip safe for collections
- Add TryLast to Foldable and introduce operator
tryLast
- Add tryHead and tryLast to String module (in the Extensions namespace)
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.
Preview 1.2.0 CI01240
Type-level literals and Nat-dependent vector/matrix