Releases: drashland/deno-drash-middleware
v0.7.10
v0.7.9
Compatibility
- Requires Deno v1.10
- Requires Drash v1.5.1
- 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 (#134)
v0.7.8
Compatibility
- Requires Deno v1.10 or higher
- Requires Drash v1.5.0
- 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
v0.7.7
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
v0.7.6
Compatibility
- Requires Deno v1.8.3
- Requires Drash v1.4.4
- 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: Support Drash version to v1.4.4
v0.7.5
Compatibility
- Requires Deno v1.8.3
- Requires Drash v1.4.3
- 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: Support latest Drash version
- chore: Support latest Deno version
v0.7.4
Compatibility
- Requires Deno v1.8.2
- Requires Drash v1.4.2
- 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 release_drafter_config.yml (#102)
- chore: Support latest Deno and Deno Standard Modules
v0.7.3
Compatibility
- Requires Deno v1.7.0 or higher
- Requires Drash v1.4.1
- 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 (#105)
v0.7.2
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
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)