com.vulpes.transitions
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,2 +7,9 @@ # Changelog | ||
## [1.0.1] - 2023-01-21 | ||
### Changed | ||
- Cleaned up the code. | ||
- Methods 'Initialize', 'OnTransitionStart', OnTransitionUpdate', and 'OnTransitionEnd' are now virtual instead of abstract. | ||
- Updated Promises Package dependency from 2.0.0 to 2.1.0. | ||
- Updated minimum Unity version from 2021.2 to 2021.3. | ||
## [1.0.0] - 2022-03-14 | ||
@@ -9,0 +16,0 @@ ### Changed |
{ | ||
"name": "com.vulpes.transitions", | ||
"displayName": "Vulpes Transitions", | ||
"version": "1.0.0", | ||
"unity": "2021.2", | ||
"version": "1.0.1", | ||
"unity": "2021.3", | ||
"description": "A Promise driven Transition system for Unity.", | ||
@@ -20,5 +20,5 @@ "keywords": [ | ||
"com.unity.textmeshpro": "2.0.1", | ||
"com.vulpes.promises": "2.0.0" | ||
"com.vulpes.promises": "2.1.0" | ||
}, | ||
"unityRelease": "0f1" | ||
} |
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
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
32741
+ Addedcom.vulpes.promises@2.1.0(transitive)
- Removedcom.vulpes.promises@2.0.0(transitive)
Updatedcom.vulpes.promises@2.1.0