Releases: arogozine/LinqToTypeScript
Releases · arogozine/LinqToTypeScript
LinqToTypeScript 6.0.0 Beta 1
- 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
- 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
- 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
Final release of the 4.0.0 branch targeting TypeScript 2.2.X
- Update packages to remove vulnerabilities.
LinqToTypeScript 4.0.0 Beta 1
- Use arrow functions in more places
- Use azure pipelines
- Misc
LinqToTypeScript 4.0.0 Alpha 5
- Add documentation for IEnumerable
- Update packages to reduce vulnerabilities
- Update parallel any implementation
LinqToTypeScript 4.0.0 Alpha 4
Fix issue with Alpha 3
LinqToTypeScript 4.0.0 Alpha 3
Fix things to allow /parallel
and /async
imports to work.
LinqToTypeScript 4.0.0 Alpha 2
Switched to a new build system that creates multiple package types for maximum compatibility.
LinqToTypeScript 4.0.0 Alpha 1
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