com.vulpes.promises
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -7,2 +7,9 @@ # Changelog | ||
## [2.0.0] - 2022-03-14 | ||
###Changed | ||
- Reworked source to bring it more in line with the original feature complete version of the RSG Promises library. | ||
###Known Issues | ||
- This update removes Promise pooling, however this feature will be reimplemented in a future verison of this package. | ||
## [1.1.0] - 2021-09-04 | ||
@@ -9,0 +16,0 @@ ###Changed |
{ | ||
"name": "com.vulpes.promises", | ||
"displayName": "Vulpes Promises", | ||
"version": "1.1.0", | ||
"unity": "2019.3", | ||
"version": "2.0.0", | ||
"unity": "2021.2", | ||
"description": "A lightweight Promises library derived from RSG C# Promises.", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
}, | ||
"unityRelease": "10f1" | ||
"unityRelease": "0f1" | ||
} |
@@ -28,7 +28,3 @@ # C# Promises | ||
*In Progress:* | ||
- Restoration of missing functionality: | ||
- ThenAll | ||
- ThenRace | ||
- Finally | ||
- ContinueWith | ||
- Progress | ||
- Reimplementation of Promise pooling feature: | ||
- This feature was removed in version 2.0.0 and will be restored in a future version of this package. |
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
Sorry, the diff of this file is not supported yet
98621
36
29