@aurelia/platform
Advanced tools
Comparing version 0.9.0-dev.202101301811 to 0.9.0
@@ -6,2 +6,15 @@ # Change Log | ||
<a name="0.9.0"></a> | ||
# 0.9.0 (2021-01-31) | ||
### Bug Fixes: | ||
* **task-queue:** fix a yield bug ([7262479](https://github.com/aurelia/aurelia/commit/7262479)) | ||
* **platform:** let yield await async tasks ([576edba](https://github.com/aurelia/aurelia/commit/576edba)) | ||
### Refactorings: | ||
* **all:** rename macroTaskQueue to taskQueue ([87c073d](https://github.com/aurelia/aurelia/commit/87c073d)) | ||
<a name="0.8.0"></a> | ||
@@ -8,0 +21,0 @@ # 0.8.0 (2020-11-30) |
{ | ||
"name": "@aurelia/platform", | ||
"version": "0.9.0-dev.202101301811", | ||
"version": "0.9.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
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
187468