Skip to content

v1.3.0

Compare
Choose a tag to compare
@RoryDungan RoryDungan released this 27 Oct 01:44
· 91 commits to master since this release

New features

  • Added Cancel method to PromiseTimer (thanks @PhilippCh)
  • Implemented an overload of Promise.All that works with Tuples of multiple types. Also added a custom Tuple implementation in order to maintain compatibility with .NET 3.5
  • Implemented Finally method (thanks @nloewen)
  • Removed dependency on RSG.Toolkit

Fixes

  • Removed all code that depended on reflection APIs that aren't supported by Unity IL2CPP on console platforms (PS4)
  • Corrected version of the Xunit test runner that was broken in Visual Studio 2017