Releases: kutyel/linq.ts
Releases · kutyel/linq.ts
v2.0.0
v1.15.0
v1.14.4
v1.14.3
v1.14.2
v1.14.1
v1.14.0
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.
Release v1.12.6
Fix some issues using LinQ from Node.js! 🚀
Release v1.12.2
Fixed small bug with Distinct()
function! 🚀
Release v1.12.1
GroupBy
type definitions fixed! 🎉