com.vulpes.promises
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -7,3 +7,12 @@ # Changelog | ||
## [1.1.0] - 2021-09-04 | ||
###Changed | ||
- Flagged IPromise.PromiseState as Obsolete, IPromise.State should be used instead. | ||
- Cleaned up code. | ||
- Fixed file extension for License file. | ||
### Added | ||
- Added method and property summaries. | ||
## [1.0.0] - 2020-07-20 | ||
This is the first release of *Vulpes Promises* as a Package. |
{ | ||
"name": "com.vulpes.promises", | ||
"displayName": "Vulpes Promises", | ||
"version": "1.0.0", | ||
"unity": "2019.1", | ||
"version": "1.1.0", | ||
"unity": "2019.3", | ||
"description": "A lightweight Promises library derived from RSG C# Promises.", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
}, | ||
"dependencies": {} | ||
} | ||
"unityRelease": "10f1" | ||
} |
# C# Promises | ||
A lightweight Promises library derived from [RSG C# Promises](https://github.com/Real-Serious-Games/C-Sharp-Promise). | ||
A lightweight Promises library derived from [RSG C# Promises](https://github.com/Real-Serious-Games/C-Sharp-Promise). | ||
As of version 1.0.0 of this package, you are now able to install it, along with other Vulpes Software packages via the Unity Package Manager. | ||
In Unity 2019 LTS and Unity 2020 onwards you can install the package through 'Project Settings/Package Manager'. Under 'Scoped Registries' click the little '+' button and input the following into the fields on the right. | ||
*Name:* Vulpes Software | ||
*URL:* https://registry.npmjs.org | ||
*Scope(s):* com.vulpes | ||
Click 'Apply', now you should be able to access the Vulpes Software registry under the 'My Registries' section in the Package Manager window using the second dropdown in the top left. | ||
## Using this library | ||
To use this library efficiently you should first learn about Promises: | ||
- [Promises on Wikpedia](http://en.wikipedia.org/wiki/Futures_and_promises) | ||
- [Good overview](https://www.promisejs.org/) | ||
- [Mozilla](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise) | ||
## Current Development Roadmap | ||
Several features and changes are currently under investigation and may or may not be added to the package in the future. | ||
*In Progress:* | ||
- Restoration of missing functionality: | ||
- ThenAll | ||
- ThenRace | ||
- Finally | ||
- ContinueWith | ||
- Progress |
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
40100
33