com.vulpes.promises
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -7,2 +7,6 @@ # Changelog | ||
## [2.1.1] - 2023-01-22 | ||
###Added | ||
- Added 'ThenSequence(params Func<IPromise>[])' overload method to the 'IPromise' interface. | ||
## [2.1.0] - 2023-01-21 | ||
@@ -9,0 +13,0 @@ ###Changed |
{ | ||
"name": "com.vulpes.promises", | ||
"displayName": "Vulpes Promises", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"unity": "2021.3", | ||
@@ -6,0 +6,0 @@ "description": "A lightweight Promises library derived from RSG C# Promises.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
71098