com.vulpes.promises
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -7,2 +7,8 @@ # Changelog | ||
## [2.1.0] - 2023-01-21 | ||
###Changed | ||
- Resolved issue where 'Any' and 'Race' could cause exceptions to be thrown. | ||
- Separated 'IPendingPromise' into 'IResolvable' and 'IProgressable'. | ||
- Updated minimum Unity version from 2021.2 to 2021.3. | ||
## [2.0.0] - 2022-03-14 | ||
@@ -9,0 +15,0 @@ ###Changed |
{ | ||
"name": "com.vulpes.promises", | ||
"displayName": "Vulpes Promises", | ||
"version": "2.0.0", | ||
"unity": "2021.2", | ||
"version": "2.1.0", | ||
"unity": "2021.3", | ||
"description": "A lightweight Promises library derived from RSG C# Promises.", | ||
@@ -7,0 +7,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42
70703