Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

v0.7.2

Compare
Choose a tag to compare
@drashbot drashbot released this 25 Jan 00:11
· 57 commits to master since this release
913440a

Compatibility

  • Requires Deno v1.7.0 or higher
  • Requires Drash v1.4.0 or higher
  • Uses Deno [email protected]

Importing

  • Import this latest release by using the following in your project(s):

    import { MiddlewareModule } from "https://deno.land/x/[email protected]/<middleware-module>/mod.ts";

    Note: Change MiddlewareModule and <middleware_module> to reflect the middleware you want to import.

Updates

  • chore: Update dependencies and bump version numbers across repo (#103)