Skip to content

Releases: drashland/services

v0.2.7-internal.1

24 Dec 20:44
Compare
Choose a tag to compare
chore: deno fmt

v0.2.6

26 Mar 22:20
3ae0111
Compare
Choose a tag to compare

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

06 Aug 03:30
Compare
Choose a tag to compare

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

12 Jun 18:38
2d3ed66
Compare
Choose a tag to compare

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

  • chore: Remove index service now moogle is a thing (#24)
  • chore: Remove CLI service (#19)

v0.2.2

22 May 18:27
3154f2d
Compare
Choose a tag to compare

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

03 Apr 15:20
1290122
Compare
Choose a tag to compare

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

01 Mar 01:48
Compare
Choose a tag to compare

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

10 Jan 19:30
ced8f25
Compare
Choose a tag to compare

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 and FileLogger to /loggers
  • Remove Rhum installation from github workflow
  • Update Rhum version in deps

v0.0.1

14 Nov 23:10
60ab495
Compare
Choose a tag to compare

Initial release