Skip to content

Releases: RageAgainstThePixel/com.utilities.async

com.utilities.async 2.1.8

18 Oct 15:09
Compare
Choose a tag to compare

What's Changed

  • added AsyncOperation extension AwaitWithProgress(IProgress<float>)
  • replace some Task.Delays with Task.Yield for better efficiency and performance

Full Changelog: 2.1.7...2.1.8

com.utilities.async 2.1.7

15 Aug 04:12
Compare
Choose a tag to compare

What's Changed

  • added workflow to build and test package
  • updated min Unity version to 2020 LTS

Full Changelog: 2.1.6...2.1.7

com.utilities.async 2.1.6

23 May 17:59
Compare
Choose a tag to compare

What's Changed

  • Added await support for Unity.EditorCoroutines.Editor.EditorWaitForSeconds

Full Changelog: 2.1.5...2.1.6

com.utilities.async 2.1.5

15 Apr 14:44
Compare
Choose a tag to compare

What's Changed

  • fixed backwards compatibility with 2019.4.x
  • updated com.unity.test-framework -> 1.4.2

Full Changelog: 2.1.4...2.1.5

com.utilities.async 2.1.4

11 Apr 01:57
Compare
Choose a tag to compare

What's Changed

  • added additional task cancellation token support extensions

Full Changelog: 2.1.3...2.1.4

com.utilities.async 2.1.3

14 Feb 23:40
Compare
Choose a tag to compare

What's Changed

  • Fixed WebGL support for 2023.3 LTS+

Full Changelog: 2.1.2...2.1.3

com.utilities.async 2.1.2

31 Dec 02:59
Compare
Choose a tag to compare

What's Changed

  • added ActionExtensions to invoke actions on main thread.
  • updated unit tests
  • updated editor to 2022.3.16 LTS
  • updated workflows

Full Changelog: 2.1.1...2.1.2

com.utilities.async 2.1.1

05 Oct 17:58
Compare
Choose a tag to compare

What's Changed

  • change actionQueue to concurrent queue and check if action is null before attempting to invoke

Full Changelog: 2.1.0...2.1.1

com.utilities.async 2.1.0

05 Oct 17:16
Compare
Choose a tag to compare

What's Changed

  • perf optimizations
  • Added action queue for deferred post callback actions needed to be invoked on main thread

Full Changelog: 2.0.1...2.1.0

com.utilities.async 2.0.1

14 Jun 06:20
Compare
Choose a tag to compare

What's Changed

  • Updated docs, deps, and editor

Full Changelog: 2.0.0...2.0.1