Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@RoryDungan RoryDungan released this 14 Nov 00:02
· 7 commits to master since this release

New features

  • Default build now includes .NET Standard 2.0 support. This is included in the Nuget package in addition to the existing .NET Framework 3.5 DLLs, and allows the library to be used in .NET Core, UWP and Unity .NET Standard projects.
  • Promise.Sequence can now report progress (thanks @alonsohki)

Fixes

  • Stopped progress from being reported on an already resolved or rejected promise in a Race (thanks @sindrijo)
  • Stopped Promise.All reporting progress if the promise has already rejected (thanks @alonsohki)
  • Improved examples and documentation (thanks @KonH and @vanillajonathan)