Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.3 KB

RELEASE_NOTES.md

File metadata and controls

26 lines (20 loc) · 1.3 KB

1.14.1 - 04.07.2019

  • Support for netstandard2.0 - #38
  • Async.Cache bubbles up exceptions - #41
  • Add Async.ParallelUnits - #36

1.13.0 - 19.09.2016

  • Addded ParallelWithThrottle - #31
  • Updated to .NET 4.5

1.11.1 - 26.03.2015

  • BUGFIX: AsyncSeq.toBlockingSeq does not hung forever if an exception is thrown and reraise it outside - #21
  • Added Async.bindChoice, Async.ParallelIgnore, AsyncSeq.zipWithAsync, AsyncSeq.zappAsync, AsyncSeq.threadStateAsync, AsyncSeq.merge, AsyncSeq.traverseOptionAsync, AsyncSeq.traverseChoiceAsync

1.11.0 - 27.02.2015

  • Added Async.map, Async.bind, Async.unit
  • Added AsyncSeq.toList, AsyncSeq.toArray, AsyncSeq.bufferByCount, AsyncSeq.unfoldAsync, AsyncSeq.concatSeq, AsyncSeq.interleave

1.10.0 - 25.02.2015

  • Use Paket instead of NuGet

1.9.9 - 23.02.2015

  • BUGFIX: AsyncSeq.skipWhile skips an extra item - #2

1.9.9 - 23.02.2015

  • Copied the async helpers from FSharpx
  • BUGFIX: AsyncSeq.skipWhile skips an extra item - #2