Releases: RageAgainstThePixel/com.utilities.async
Releases · RageAgainstThePixel/com.utilities.async
com.utilities.async 2.2.1
What's Changed
- revert null coalescence for topworker, and added try/catch when attempting to complete
Full Changelog: 2.2.0...2.2.1
com.utilities.async 2.2.0
What's Changed
- Fixed some interoperability with Addressables AsyncOperationHandles
Full Changelog: 2.1.8...2.2.0
com.utilities.async 2.1.8
What's Changed
- added
AsyncOperation
extensionAwaitWithProgress(IProgress<float>)
- replace some
Task.Delay
s withTask.Yield
for better efficiency and performance
Full Changelog: 2.1.7...2.1.8
com.utilities.async 2.1.7
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
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
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
What's Changed
- added additional task cancellation token support extensions
Full Changelog: 2.1.3...2.1.4
com.utilities.async 2.1.3
com.utilities.async 2.1.2
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
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