linq.ts

πŸŒ€LINQ for TypeScript

MIT License

Downloads
21.1K
Stars
830
Committers
18

Bot releases are hidden (Show)

linq.ts - v1.14.4

Published by kutyel almost 4 years ago

1.14.4 (2021-01-12)

Bug Fixes

  • set module to CommonJS for ts projects (#176) (f8b9364)
linq.ts - v1.14.3

Published by kutyel about 4 years ago

1.14.3 (2020-08-19)

Bug Fixes

  • list: Improve Join and GroupJoin typings (#173) (c37100c)
linq.ts - v1.14.2

Published by kutyel over 4 years ago

1.14.2 (2020-06-05)

Bug Fixes

  • package.json: fix main entry to point at the correct file (74d316b)
linq.ts - v1.14.1

Published by kutyel over 4 years ago

1.14.1 (2020-06-05)

Bug Fixes

  • package.json: point types to the correct place (db26ff5), closes #172
linq.ts -

Published by kutyel over 4 years ago

Fix ElementAtOrDefault to return undefined instead of error when index is out of range

Added new methods

  • Append
    • Appends an object to the end of the List.
  • Prepend
    • Add an object to the start of the List.
  • SkipLast
    • Omit the last specified number of elements in a sequence and then returns the remaining elements.
  • TakeLast
    • Returns a specified number of contiguous elements from the end of a sequence.
linq.ts - Release v1.12.6

Published by kutyel about 5 years ago

Fix some issues using LinQ from Node.js! πŸš€

linq.ts - Release v1.12.2

Published by kutyel almost 6 years ago

Fixed small bug with Distinct() function! πŸš€

linq.ts - Release v1.12.1

Published by kutyel almost 6 years ago

GroupBy type definitions fixed! πŸŽ‰

linq.ts - v1.12.0

Published by kutyel over 6 years ago

1.12.0 (2018-07-07)

Features

linq.ts - v1.11.0

Published by kutyel over 6 years ago

1.11.0 (2018-03-14)

Features

  • index.ts: add optional comparer argument to OrderBy and OrderByDescending (e641364), closes #122
linq.ts - v1.10.3

Published by kutyel over 6 years ago

1.10.3 (2018-03-10)

Bug Fixes

  • build: Distribute ES5 version of the library (#121) (cd07f94), closes #118
linq.ts - v1.10.2

Published by kutyel over 6 years ago

1.10.2 (2018-03-02)

Bug Fixes

  • list: Fix recursive equals function (cc2974e), closes #115
linq.ts - v1.10.1

Published by kutyel over 6 years ago

1.10.1 (2018-02-21)

Bug Fixes

  • build: Add build for Angular 2 (export TypeScript code) (d7b2b6e)
  • build: Replace Rollup with microbundle (#107) fixes #89 #90 (36aa6d0)
  • list: Distinct() for complex types (#112) (c0777ed)
  • list: publish new release (7e3ce22)
  • list: wrong signature for Select() and SelectMany() methods (#111) (4897f15)
linq.ts - v1.10.0

Published by kutyel about 7 years ago

1.10.0 (2017-09-04)

Features

  • list: Add optional predicate to Single and SingleOrDefault (#83) (75634fb)
linq.ts - v1.9.1

Published by kutyel about 7 years ago

<a name"1.9.1">

1.9.1 (2017-07-20)

Bug Fixes

  • list: Make ToDictionary's return type generic (#76) (35ae4958)
linq.ts - v1.9.0

Published by kutyel over 7 years ago

<a name"1.9.0">

1.9.0 (2017-07-19)

Features

  • list: Add Cast() and OfType() functions (#75) (039ada21)
linq.ts - v1.8.3

Published by kutyel over 7 years ago

<a name"1.8.3">

1.8.3 (2017-07-06)

Bug Fixes

  • build: use npm@5 instead of yarn (87870b2d)
  • dependencies: Add missing devDependencies (3e82c598)
  • package:
    • update npm-run-all for Node 8 (3b2eef93)
    • Remove TypeScript as a dependency (aafd7b6b)
  • travis: remove node 8 (as it breaks) (81a10db5)
linq.ts - v1.8.2

Published by kutyel over 7 years ago

<a name"1.8.2">

1.8.2 (2017-04-28)

Bug Fixes

  • dependencies: Add new compiler option to .tsconfig so that it doesn't break the build (f8963089)
linq.ts - v1.8.1

Published by kutyel over 7 years ago

<a name"1.8.1">

1.8.1 (2017-03-24)

Bug Fixes

  • list: Add empty Any() overload (#60) (d33358f0)
linq.ts - v1.8.0

Published by kutyel over 7 years ago

<a name"1.8.0">

1.8.0 (2017-02-27)

Features

  • list: Add DistinctBy() for complex types (#50) (5fbebcdd)
Package Rankings
Top 1.93% on Npmjs.org
Badges
Extracted from project README
Build Coverage Status Downloads Version Sponsors linqts