Skip to content

v2.7.0

Compare
Choose a tag to compare
@drashbot drashbot released this 04 Jul 00:48
· 76 commits to refs/heads/main since this release
42e8d59

Compatibility

Requires Deno v1.23.2
Uses Deno Standard Modules 0.146.0

Documentation

Usage

  1. Create a deps.ts file.
// deps.ts

export * as Drash from "https://deno.land/x/drash@v2.7.0/mod.ts";
  1. Import Drash from your deps.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
    • update Drash to support Deno 1.23.2 / Deno Standard Modules 0.146.0
    • update services' to support Deno 1.23.2 / Deno Standard Modules 0.146.0 (#645)
    • fix STATUS_TEXT breaking change from 0.143.0 (#650)