Skip to content

Releases: alephjs/aleph.js

v0.3.0-alpha.6

05 Feb 18:07
@ije ije
Compare
Choose a tag to compare
  • fix: fix import maps loading (#125)

thanks @FallingSnow

v0.3.0-alpha.5

05 Feb 16:20
@ije ije
Compare
Choose a tag to compare

Server improvement:

  • feat: add --cert and --key options for start command.
  • feat: path rewrite
  • fix: fix baseUrl not applied

v0.3.0-alpha.4

04 Feb 15:12
@ije ije
Compare
Choose a tag to compare

fix dependency fetching error

v0.3.0-alpha.3

04 Feb 14:22
@ije ije
Compare
Choose a tag to compare

bugfixs for windows:

server: download dep when deno cache failed
serve: store main.js in memory instead of disk
fix: fix circular imports dead loop (#89, #114)
fix: fix compatibility on windows (#116)
fix: compilation sideEffect should update routing
fix: fix bundle error when file changed

v0.3.0-alpha.2

04 Feb 13:35
@ije ije
Compare
Choose a tag to compare
chore: bump verion to 0.3.0-alpha.2

v0.3.0-alpha.1

01 Feb 14:50
@ije ije
Compare
Choose a tag to compare

for deno 1.7

v0.2.28

11 Jan 08:06
@ije ije
Compare
Choose a tag to compare

feat: add -hn and --hostname flag for cli(#67)
refactor: refactor sass plugin (#62)
fix: fix isHMRable method (#82)

Credits
Huge thanks to @soilSpoon and @CoolDeveloper101 for helping!

v0.2.27

06 Dec 19:19
@ije ije
Compare
Choose a tag to compare

feat: sass support for sass plugin (#40)
feat: fixed overload function on decodeBody (#33)
feat: add withDeno HOC (#45)
fix: resolve API routes with encoded URI (#31)
fix: fix reactRefresh TS version dismatch

Credits

Huge thanks to @shadowtime2000, @shinspiegel, @alfredosalzillo, and @masataka for helping!

v0.2.26

18 Nov 03:26
@ije ije
Compare
Choose a tag to compare
  • fix: fix head scripts prints (#36)
  • fix: fix sass-loader plugin (#34)
  • fix(hooks): Remove undefined import @pokevin
  • chore: update std to 0.78.0
  • chore: add spa-app example

v0.2.25

14 Nov 01:52
@ije ije
Compare
Choose a tag to compare
  • feat: add browser navigator polyfill for SSR (#19)
  • fix: fix remote css import (#25)
  • fix: fix isSSRable method