Skip to content

Releases: arogozine/LinqToTypeScript

LinqToTypeScript 12.1.0 Beta 1

22 Jun 20:41

Choose a tag to compare

Pre-release

API Additions

LinqToTypeScript 12.0.0

28 Feb 04:20

Choose a tag to compare

Changes

  • Updated to build with TypeScript 5.6.X
  • Modified code to use import type where appropriate

LinqToTypeScript 12.0.0 Beta 1

12 Oct 00:50

Choose a tag to compare

Pre-release

Changes

  • Updated to build with TypeScript 5.6.X
  • Modified code to use import type where appropriate

LinqToTypeScript 11.1.0

14 Jan 21:51

Choose a tag to compare

LinqToTypeScript 11.0.0

06 Feb 03:19

Choose a tag to compare

Breaking Changes

  • Package ships with ECMAScript Modules only.
  • Common JS is no longer shipped with package

Bug Fixes

  • Fixed issues with handling of value 0 in,
    • min
    • minAsync
    • max
    • maxAsync
    • firstOrDefault
    • elementAtOrDefault
  • Fixed incorrect error message details for chunk

LinqToTypeScript 11.0.0 Beta 1

18 Aug 23:04

Choose a tag to compare

Pre-release

Breaking Changes

  • Package ships with ECMAScript Modules only.
  • Common JS is no longer shipped with package

Bug Fixes

  • Fixed issues with handling of value 0 in,
    • min
    • minAsync
    • max
    • maxAsync
    • firstOrDefault
    • elementAtOrDefault
  • Fixed incorrect error message details for chunk

LinqToTypeScript 10.0.0

17 Mar 02:26

Choose a tag to compare

API Additions

Breaking Changes

  • ESM files now explicitly import .js and index.js files. No need to specify --experimental-specifier-resolution=node
  • Zip behavior updated to match what .NET is doing for different length enumerations
  • Added engine specification to package json

Other

  • Types were moved to their own folder and are also declared in exports. This is partly to align with what TypeScript plans to do in the future.
  • Removed a couple of files that were not used

LinqToTypeScript 10.0.0 Beta 2

07 Mar 23:48

Choose a tag to compare

Pre-release

API Additions

Breaking Changes

  • Added engine specification to package json

Misc

  • Removed a couple of files

LinqToTypeScript 10.0.0 Beta 1

20 Feb 17:50

Choose a tag to compare

Pre-release

API Additions

Breaking Changes

  • ESM files now explicitly import .js and index.js files. No need to specify --experimental-specifier-resolution=node
  • Zip behavior updated to match what .NET is doing for different length enumerations

Other

  • Types were moved to their own folder and are also declared in exports. This is partly to align with what TypeScript plans to do in the future.

LinqToTypeScript 9.0.0

01 Nov 00:13

Choose a tag to compare

Breaking Changes

  • Target TypeScript 4.4.X
  • Static partition method is now an instance method
  • IEnumerable<T>.groupByWithSel typing updated. Check if you're specifying generic types explicitly.
  • Package now targets Node 15 and up (mostly due to documentation tooling failing with 12)

API Additions

Other Changes

  • Design improvements to parallel enumerable code
  • Internal Setup Improvements
  • Library now uses arrow functions for everything
  • Improved type definitions for partition