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

v0.2.5

Compare
Choose a tag to compare
@ije ije released this 18 Oct 17:37
  • 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' })
    }