v0.3.0-alpha.31
版本发布时间: 2021-04-20 01:39:28
alephjs/aleph.js最新发布版本:1.0.0-alpha.47(2022-05-19 20:58:07)
- Enhance compilation Before this updates, we transpile modules in a synchronized queue, but some IO events speed a lot of time to get resoure, for example download the remote content, the next compilation task needs to wait the previous task done. so basically the first bootstrap time is vary slow. This update imporved this to allow alephjs to compile modules asynchronously that should gives a better bootstrap time.
- Fix
createHtml
function breaks script src (#271) - Fix oak middleware (#284)
- Add router state to handle pre-redirects (#283)
- Added tests to helper_test.ts to improve coverage (#282)
- Upgrade esbuild to 0.11.12
Credits
Huge Thanks to @cdoremus