Skip to content

Releases: Cysharp/UniTask

Ver.2.5.10

03 Oct 00:55
Compare
Choose a tag to compare
  • Fix Compilation errors in Unity 2020.1 or older

Full Changelog: 2.5.9...2.5.10

Ver.2.5.9

01 Oct 06:22
Compare
Choose a tag to compare

What's Changed

  • ci: remove Unity 2021 LTS from Build matrix by @guitarrapc in #623
  • Add AsyncInstantiateOperation.WithCancellation, ToUniTask for Unity 2022.3.20/Unity 2023.3 or newer

Full Changelog: 2.5.8...2.5.9

Ver.2.5.8

30 Sep 12:10
Compare
Choose a tag to compare

What's Changed

  • Added a note for users using Unity 2023.1 or newer to prevent compilation error by @albermotion in #620
  • add generic type UnityAction support & fix typo by @dvsilch in #621
  • Add UniTask.WhenEach

New Contributors

Full Changelog: 2.5.7...2.5.8

Ver.2.5.7

26 Sep 06:30
Compare
Choose a tag to compare

What's Changed

  • Add overload in UniTask.WaitUntil, UniTask.WaitWhile and UniTask.Defer by @kochounoyume in #619

Full Changelog: 2.5.6...2.5.7

Ver.2.5.6

24 Sep 09:26
Compare
Choose a tag to compare

What's Changed

  • ci: Change Unity UnitTest from Mono to IL2CPP and enabled on CI by @guitarrapc in #603
  • ci: add depndabot.yaml to update github-actions by @guitarrapc in #570
  • chore(deps): bump technote-space/toc-generator from 2.4.0 to 4.3.1 by @dependabot in #606
  • chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #605
  • fix: incorrect download progress reporting by @Redpenguine in #607
  • Forget ignored task by @LucianoPC in #610
  • TextMeshPro Unity6 adoptions by @Iblis in #600
  • Fix WaitWhile(bool cancelImmediately = true) does not work correctly
  • canceled task with cancelImmediately = true remove trakcking immediately

New Contributors

Full Changelog: 2.5.5...2.5.6

Ver.2.5.5

01 Jul 06:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.4...2.5.5

Ver.2.5.4

28 Mar 06:26
Compare
Choose a tag to compare

What's Changed

  • Optimization of ToArray in Merge method by @TORISOUP in #541
  • ci: Cysharp/Actions/.github/workflows/create-release.yaml by @guitarrapc in #542
  • Fix unintended returning to pool with cancelImmediately by @hadashiA in #557

Full Changelog: 2.5.3...2.5.4

Ver.2.5.3

25 Jan 12:56
Compare
Choose a tag to compare

Quick fix, Addressable autoReleaseWhenCancelled -> autoReleaseWhenCanceled

Ver.2.5.2

25 Jan 11:48
Compare
Choose a tag to compare

What's Changed

  • Fix "Release handle when cancellation is requested" by @hadashiA in #536
  • Release handle when cancellation is requested by @LucianoPC in #521
  • UniTask does not work in .NET Framework environment after adding UniTask.AsValueTask by @kochounoyume in #535

Breaking Changes

  • UniTask.ValueTask convert introduced in v2.5.1 is enabled only UNITY_2022_3_OR_NEWER

New Contributors

Full Changelog: 2.5.1...2.5.2

Ver.2.5.1

24 Jan 01:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.5.1