Skip to content

Releases: tsdotnet/linq

v1.4.0: Added xOrNull methods. Improved xOrDefault type flexibility.

05 Feb 18:04
Compare
Choose a tag to compare

v1.3.1 More appropriate first, single, and last methods.

30 Jan 19:55
Compare
Choose a tag to compare

v1.2.0: Improved inheritance capability for Linq helpers.

29 Jan 21:11
Compare
Choose a tag to compare

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.

29 Jan 01:30
Compare
Choose a tag to compare
  • first
  • firstOrDefault
  • last
  • lastOrDefault
  • skip
  • take
  • selectMany

Repo has been fully refreshed and typedocs are new.