Releases: drashland/services
Releases · drashland/services
v0.2.7-internal.1
chore: deno fmt
v0.2.6
Compatibility
- Requires Deno v1.17 or higher
- Uses Deno std@0.200.0
Importing
- Import this latest release by using the following in your project(s):
import { <services> } from "https://raw.githubusercontent.com/drashland/services/v0.2.6/mod.ts";
Updates
- chore: Update dependencies and bump version numbers across repo (#36)
- Remove loggers
v0.2.4
Compatibility
- Requires Deno v1.12.2
- Uses Deno std@0.103.0
Importing
- Import this latest release by using the following in your project(s):
import { <services> } from "https://raw.githubusercontent.com/drashland/services/v0.2.4/mod.ts";
Updates
- chore: Update dependencies and bump version numbers across repo (#27)
v0.2.3
Compatibility
- Requires Deno v1.11.0
- Uses Deno std@0.98.0
Importing
- Import this latest release by using the following in your project(s):
import { <services> } from "https://raw.githubusercontent.com/drashland/services/v0.2.3/mod.ts";
Updates
v0.2.2
Compatibility
- Requires Deno v1.10.2
- Uses Deno std@0.97.0
Importing
- Import this latest release by using the following in your project(s):
import { <services> } from "https://raw.githubusercontent.com/drashland/services/v0.2.2/mod.ts";
Updates
- Support Deno v1.10.2 and Deno Standard 0.97.0
v0.2.1
Compatibility
- Requires Deno v1.8.3
- Uses Deno std@0.92.0
Importing
- Import this latest release by using the following in your project(s):
import { <services> } from "https://raw.githubusercontent.com/drashland/services/v0.2.1/mod.ts";
Updates
- chore: Support latest Deno version
v0.2.0
Compatibility
- Requires Deno v1.7.5 or higher
- Uses Deno std@0.88.0
Importing
- Import this latest release by using the following in your project(s):
import { <services> } from "https://raw.githubusercontent.com/drashland/services/v0.2.0/mod.ts";
Updates
- feat: add mod.ts and export all services
- chore: consolidate deps into one deps file; update deps
v0.1.0
Compatibility
- Uses Deno std@v0.74.0
Importing
- Import this latest release by using the following in your project(s):
import { ... } from "https://raw.githubusercontent.com/drashland/services/v0.1.0/<service>";
Updates
- Add
ConsoleLogger
andFileLogger
to/loggers
- Remove
Rhum
installation from github workflow - Update
Rhum
version in deps
v0.0.1
Initial release