v2.7.0
·
76 commits
to refs/heads/main
since this release
Compatibility
Requires Deno v1.23.2
Uses Deno Standard Modules 0.146.0
Documentation
Usage
- Create a
deps.ts
file.
// deps.ts
export * as Drash from "https://deno.land/x/[email protected]/mod.ts";
- Import
Drash
from yourdeps.ts
file.
import { Drash } from "./deps.ts"
... your
... code
... here
Release Summary
- feat(services/resource_loader): add resource loader service (a resource autoloader) (#644) (view docs)
- feat(services/tengine): check for trailing/leading slashes in Jae (#656)
- feat(services/graphql): remove GraphQL service empty resource requirement; add option to change playground endpoint (#647) (view docs)
- feat(http/error_handler): add connInfo to error handlers (#655) (view docs)
- feat(http/request): allow access to the original request (#649) (view docs)
- fix(http/request): ensure consistent falsy return values for body params (#634)
- chore: update deps