Skip to content

v2.7.1

Compare
Choose a tag to compare
@crookse crookse released this 05 Oct 04:37
· 47 commits to main since this release
56744c3

Compatibility

Requires Deno v1.26.0
Uses Deno Standard Modules 0.158.0

Documentation

Usage

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

export * as Drash from "https://deno.land/x/[email protected]/mod.ts";
  1. Import Drash from your deps.ts file.
import { Drash } from "./deps.ts"

... your
... code
... here

Release Summary

  • chore: Update deps to support Deno v1.26.0 and Deno Standard Modules 0.158.0 (#680)
  • chore: Bump ResourceLoaderService to Deno Standard Modules 0.158.0 (#685) (@tweenietomatoes)