Skip to content

Releases: ENikS/LINQ

Implemented OfType(...)

21 Jul 17:13
Compare
Choose a tag to compare

This implementation concludes Enumerable interface. Now it has all the methods of IEnumerable

Bug fixes

21 Jul 00:19
Compare
Choose a tag to compare

Fixed type inference for lambda functions

Maintenance release

21 Jul 18:18
Compare
Choose a tag to compare

Added implementation of OfType method

v1.9.4

21 Jul 00:17
Compare
Choose a tag to compare

Enabled "noImplicitAny" = true

v2.2.11

20 Jul 23:28
Compare
Choose a tag to compare

Enabled "noImplicitAny" = true

v2.2.10 Documentation update

20 Jul 20:06
Compare
Choose a tag to compare

Updated documentation to reflect NPM package and GitHub project

v2.2.4

20 Jul 15:11
Compare
Choose a tag to compare

Type parameter fixes.

Added missing type information for method parameters. Instead of (T)=>... which translates to (x: any) =>... it uses proper types.

v1.9.3 Maintenance release

20 Jul 22:05
Compare
Choose a tag to compare

Updated type info for methods

v2.2.1 Fixing JDoc comments

18 Jul 00:48
Compare
Choose a tag to compare

Enabling IntelliSence help for API

v1.9.0 Maintenance release

18 Jul 00:46
Compare
Choose a tag to compare

Fixing linq.d.ts import in TypeScript projects