Releases: tsdotnet/linq
Releases · tsdotnet/linq
v1.4.0: Added xOrNull methods. Improved xOrDefault type flexibility.
v1.3.1 More appropriate first, single, and last methods.
v1.2.0: Improved inheritance capability for Linq helpers.
Added LinqBase<T>
and LinqResolverBase<T>
to allow for minimal overrides when extending from these abstract classes.
Linq<T>
and LinqExtended<T>
are the default examples of their implementations.
v1.1.0: LinqExtended<T>: Methods added.
- first
- firstOrDefault
- last
- lastOrDefault
- skip
- take
- selectMany
Repo has been fully refreshed and typedocs are new.