Skip to content

Releases: arogozine/LinqToTypeScript

LinqToTypeScript 3.1.1

24 Aug 13:10
Compare
Choose a tag to compare

Removed dev dependency on a potentially vulnerable package

LinqToTypeScript 3.1.0

14 Aug 12:53
Compare
Choose a tag to compare
  • Added range function to ParallelEnumerable
  • Added missing sequenceEqualsAsync to IAsyncEnumerable
  • Some cleanup and rework of tests

LinqToTypeScript 3.0.0

25 Jul 23:15
Compare
Choose a tag to compare

Updated readme and roadmap from 3.0.0-rc1

LinqToTypeScript 3.0.0 rc1

22 Jun 00:04
Compare
Choose a tag to compare
Pre-release
  • Switched to TypeScript 2.9.2
  • Made Symbol.asyncIterator for ParallelEnumerable lazy when possible
  • Parallel ParallelEnumerable.averageAsync now requires IParallelEnumerable
  • BaseEnumerable and Grouping are no longer as exposed
  • IAsyncEqualityComparer is now exposed from index
  • Throw exception when negative index is passed in to elementAt
  • DataType renamed to ParallelGeneratorType

LinqToTypeScript 2.1.0

11 Jun 23:31
Compare
Choose a tag to compare
  • Added isEnumerable to check if value implements IEnumerable
  • Added isAsyncEnumerable to check if value implements IAsyncEnumerable
  • Added isParallelEnumerable to check if value implements IParallelEnumerable

LinqToTypeScript 2.0.3

04 Jun 23:52
Compare
Choose a tag to compare
  • Fixed compilation issues with TypeScript 2.9.1

LinqToTypeScript 2.0.2

03 Jun 04:45
Compare
Choose a tag to compare
  • Fixed issue with SequenceEqualsAsync

LinqToTypeScript 2.0.1

25 May 04:03
Compare
Choose a tag to compare
  • Throw error on improper input to range and repeat static methods
  • Minor optimization to ArrayEnumerable
  • Test and Documentation Improvements

LinqToTypeScript 2.0.0

19 May 02:05
Compare
Choose a tag to compare
  • Fixes to selectAsync with key
  • Switch license

LinqToTypeScript 2.0.0 Beta 3

16 May 12:59
Compare
Choose a tag to compare
Pre-release
  • Added distinctAsync method and tests
  • Added containsAsync method and tests
  • Added intersectAsync method and tests
  • Added groupByAsync method and tests
  • Added exceptAsync method and tests
  • Simplified some Async Tests
  • Improved documentation