Skip to content

Releases: arogozine/LinqToTypeScript

LinqToTypeScript 6.0.0 Beta 1

11 Nov 14:10
Compare
Choose a tag to compare
Pre-release
  • Update build pipeline to remove legacy formats. Now its esnext and es2017 only.
  • Update to TypeScript 3.6.4
  • Target Node 12 and Remove Core JS dependency

LinqToTypeScript 5.0.0

30 Sep 13:37
Compare
Choose a tag to compare
  • Removed a few unnecessary async declarations
  • Moved more functions to arrow functions
  • Updated to CoreJS 3 and TypeScript 3.5 (Breaking)
  • Updated read me *
  • Remove unnecessary type *
  • Updated some dev package dependencies *

* - New since beta

LinqToTypeScript 5.0.0 Beta 1

28 Aug 13:06
Compare
Choose a tag to compare
Pre-release
  • Removed a few unecessary async declarations
  • Moved more functions to arrow functions
  • Updated to CoreJS 3 and TypeScript 3.5 (Breaking)

LinqToTypeScript 4.0.0

16 Aug 23:07
Compare
Choose a tag to compare

Final release of the 4.0.0 branch targeting TypeScript 2.2.X

  • Update packages to remove vulnerabilities.

LinqToTypeScript 4.0.0 Beta 1

09 Aug 23:47
Compare
Choose a tag to compare
Pre-release
  • Use arrow functions in more places
  • Use azure pipelines
  • Misc

LinqToTypeScript 4.0.0 Alpha 5

13 Mar 13:17
Compare
Choose a tag to compare
Pre-release
  • Add documentation for IEnumerable
  • Update packages to reduce vulnerabilities
  • Update parallel any implementation

LinqToTypeScript 4.0.0 Alpha 4

16 Feb 00:19
Compare
Choose a tag to compare
Pre-release

Fix issue with Alpha 3

LinqToTypeScript 4.0.0 Alpha 3

16 Feb 00:07
Compare
Choose a tag to compare
Pre-release

Fix things to allow /parallel and /async imports to work.

LinqToTypeScript 4.0.0 Alpha 2

13 Feb 14:20
Compare
Choose a tag to compare
Pre-release

Switched to a new build system that creates multiple package types for maximum compatibility.

LinqToTypeScript 4.0.0 Alpha 1

23 Jan 14:15
Compare
Choose a tag to compare
Pre-release

This is an ALPHA 1 release of version 4.0.0 for testing.

Changes,

  • Refactored all methods into their own modules
  • Added additional comments / documentation
  • Removed most circular dependencies
  • Added bindAsync and bindParallel
  • Added index variants of select and selectMany
  • Fixes to the range function
  • Switch partition to returns pass, fail
  • Move types and interfaces to types folder
  • Drop support for Node 6
  • Simplify Tuples