Skip to content

Tags: sdedalus/language-ext

Tags

1.7.0

Toggle 1.7.0's commit message
Merge pull request louthy#71 from la-yumba/master

added basic tests for Try (mainly illustrative)

1.6.0

Toggle 1.6.0's commit message
Nuget 1.6 package

v1.5.0

Toggle v1.5.0's commit message
Minor fix to deal with message backlogs

v1.0.0

Toggle v1.0.0's commit message
Updated nuspec

v0.1.2-beta

Toggle v0.1.2-beta's commit message
Queryable support added

Deprecated headSafe
Added headOrNone for safely finding the optional head item in a collection
Added Query namespace (static class) for working with IQueryable.  Has functions:
 - headOrNone
 - tail
 - map
 - filter
 - choose
 - collect
 - sum
 - rev
 - append
 - fold
 - foldBack
 - reduce
 - reduceBack
 - find
 - freeze
 - zip
 - length
 - iter
 - forall
 - distinct
 - take
 - takeWhile
 - exists

v0.1.1-beta

Toggle v0.1.1-beta's commit message
Either RL flipped to LR - Breaking change!

v0.0.14-beta

Toggle v0.0.14-beta's commit message
Renamed with and With to map and Map (old functions made [Obsolete]

None|Left coalescing using Logical Or operator (||)  Option, OptionUnsafe, Either, EitherUnsafe.

v0.0.8-beta

Toggle v0.0.8-beta's commit message
Added: toList, toArray, toQueue, toStack, toSet

v0.0.7-beta

Toggle v0.0.7-beta's commit message
Update README.md

v0.0.6-beta

Toggle v0.0.6-beta's commit message
Update README.md