Releases: alephjs/aleph.js
Releases · alephjs/aleph.js
v0.2.11
21 Oct 21:35
Compare
Sorry, something went wrong.
No results found
refactor : remove compilation cleanup debug message
fix : fix remote dep URL rewrite
v0.2.10
21 Oct 13:37
Compare
Sorry, something went wrong.
No results found
refactor : rename getPageData to getSSRData of Project class
refactor : improve compilation cleanup
fix : fix useDeno deadloop in SSG
fix : fix config loading
chore : add more usages of design
v0.2.9
20 Oct 13:01
Compare
Sorry, something went wrong.
No results found
feat : new logo
feat : publish packge to nest.land
doc : improve command help messages
fix : fix bootstrap.js missing in SSG
v0.2.8
20 Oct 10:23
Compare
Sorry, something went wrong.
No results found
feat: implement upgrade command
refactor: preload modules in main.js
breaking: rewrite Config interface
breaking: rename AlephRuntime to AlephEnv
v0.2.7
19 Oct 17:30
Compare
Sorry, something went wrong.
No results found
fix: fix useDeno fetching cached data
refactor: update command description
v0.2.6
19 Oct 15:26
Compare
Sorry, something went wrong.
No results found
feat: render custom loading page
refactor: update types
refactor: improve exports
breaking: rewrite Import component
v0.2.5
18 Oct 17:37
Compare
Sorry, something went wrong.
No results found
refactor: update hook types
refactor: strip renderer stderr color
refactor: improve config loading
breaking: rewrite api of APIs:
import type { APIRequest } from "https://deno.land/x/aleph/types.ts"
export default function handler ( req : APIRequest ) {
req . status ( 200 ) . json ( { name : 'Carol' } )
}
v0.2.4
18 Oct 13:52
Compare
Sorry, something went wrong.
No results found
fix: fix useDeno hook signature in production mode
refactor: improve useDeno for ssr
chore: add hi example
v0.2.3
18 Oct 07:49
Compare
Sorry, something went wrong.
No results found
feat: add useDeno Hook
feat: add gzip encoding for server
fix: fix custom 404 page render
refactor: improve APIResponse
breaking: update types
breaking: remove app data context
chore: move publish.ts to a standalone package
v0.2.2
16 Oct 10:33
Compare
Sorry, something went wrong.
No results found
fix : fix terser using 5.3.2
(5.3.3 or up deps a wasm that can NOT load by deno)