Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

v0.3.0-alpha.31

Compare
Choose a tag to compare
@ije ije released this 19 Apr 17:39
  • 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