@quenty/promise
Advanced tools
Comparing version 7.0.0-canary.331.7eefa75.0 to 7.0.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [7.0.0-canary.331.7eefa75.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.1.0...@quenty/promise@7.0.0-canary.331.7eefa75.0) (2023-02-27) | ||
# [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.8.0...@quenty/promise@7.0.0) (2023-10-11) | ||
@@ -15,2 +15,78 @@ **Note:** Version bump only for package @quenty/promise | ||
# [6.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.7.0...@quenty/promise@6.8.0) (2023-08-23) | ||
### Features | ||
* Add Promise.delay(seconds, func) ([db100f3](https://github.com/Quenty/NevermoreEngine/commit/db100f3212928f52ba47be089e6bc2f3d3e05f75)) | ||
# [6.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.6.0...@quenty/promise@6.7.0) (2023-07-28) | ||
**Note:** Version bump only for package @quenty/promise | ||
# [6.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.5.0...@quenty/promise@6.6.0) (2023-06-17) | ||
### Features | ||
* Performance gain from PromiseUtils.combine() ([b7cdd9f](https://github.com/Quenty/NevermoreEngine/commit/b7cdd9f67bf5d6933b0335524bad353ba254ccf6)) | ||
# [6.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.4.1...@quenty/promise@6.5.0) (2023-04-10) | ||
### Features | ||
* Add better error messaging to promise ([25221f4](https://github.com/Quenty/NevermoreEngine/commit/25221f450cab71bc8a38300c21099feaad23f168)) | ||
## [6.4.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.4.0...@quenty/promise@6.4.1) (2023-04-07) | ||
**Note:** Version bump only for package @quenty/promise | ||
# [6.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.3.0...@quenty/promise@6.4.0) (2023-03-31) | ||
### Features | ||
* Add PromiseUtils.combine(stateTable) ([1cb3606](https://github.com/Quenty/NevermoreEngine/commit/1cb36067fa80e7a86746dbee9f1fa07f9f9766bf)) | ||
# [6.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.2.0...@quenty/promise@6.3.0) (2023-03-05) | ||
**Note:** Version bump only for package @quenty/promise | ||
# [6.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.1.0...@quenty/promise@6.2.0) (2023-02-27) | ||
**Note:** Version bump only for package @quenty/promise | ||
# [6.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@6.0.1...@quenty/promise@6.1.0) (2023-02-21) | ||
@@ -17,0 +93,0 @@ |
MIT License | ||
Copyright (c) 2014-2022 Quenty | ||
Copyright (c) 2014-2023 James Onnen (Quenty) | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@quenty/promise", | ||
"version": "7.0.0-canary.331.7eefa75.0", | ||
"version": "7.0.0", | ||
"description": "Promise implementation for Roblox", | ||
@@ -28,5 +28,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/deferred": "2.1.0", | ||
"@quenty/loader": "6.1.0", | ||
"@quenty/maid": "2.4.0" | ||
"@quenty/deferred": "^2.1.0", | ||
"@quenty/loader": "^7.0.0", | ||
"@quenty/maid": "^2.6.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "7eefa756f8bd892b1210349a8133d6d56992dffb" | ||
"gitHead": "fdeae46099587019ec5fc15317dc673aed379400" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
33956
1
+ Added@quenty/deferred@2.2.0(transitive)
+ Added@quenty/loader@7.3.0(transitive)
+ Added@quenty/maid@2.6.0(transitive)
- Removed@quenty/deferred@2.1.0(transitive)
- Removed@quenty/loader@6.1.0(transitive)
- Removed@quenty/maid@2.4.0(transitive)
Updated@quenty/deferred@^2.1.0
Updated@quenty/loader@^7.0.0
Updated@quenty/maid@^2.6.0