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

Releases: drashland/deno-drash-middleware

v0.7.10

05 Nov 03:37
fdc9b06
Compare
Choose a tag to compare

The purpose of this release is to reflect that it is archived at https://deno.land/x/drash_middleware

v0.7.9

07 Aug 11:52
706ef35
Compare
Choose a tag to compare

Compatibility

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 (#134)

v0.7.8

29 Jun 14:40
1184605
Compare
Choose a tag to compare

Compatibility

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 (#127)
  • docs(serve_typescript): Add documentation on compilerOptions (#125)

v0.7.7

10 Jun 19:24
c1826d7
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.9 or higher
  • Requires Drash v1.4.4 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

  • fix(serve_typescript): Support compiler options (#123)
  • chore: Update dependencies and bump version numbers across repo (#122)

v0.7.6

05 Apr 01:12
e03c7b6
Compare
Choose a tag to compare

Compatibility

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: Support Drash version to v1.4.4

v0.7.5

03 Apr 15:14
1226cb9
Compare
Choose a tag to compare

Compatibility

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: Support latest Drash version
  • chore: Support latest Deno version

v0.7.4

01 Apr 12:35
e200547
Compare
Choose a tag to compare

Compatibility

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 release_drafter_config.yml (#102)
  • chore: Support latest Deno and Deno Standard Modules

v0.7.3

30 Jan 01:26
55546d4
Compare
Choose a tag to compare

Compatibility

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 (#105)

v0.7.2

25 Jan 00:11
913440a
Compare
Choose a tag to compare

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)

v0.7.1

14 Jan 09:48
c7de1b3
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.4.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 (#98)