Skip to content

Releases: ebebbington/dami

v1.0.3

13 Aug 22:30
d083810
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.2.0 or higher
  • Uses Deno std@0.64.0

Importing

  • Import this latest release by using the following in your project(s):
    import { DAMI } from "https://deno.land/x/dami@v1.0.3/mod.ts";

Updates

  • fix: add extra tests and fix handling of responses (#3)

v1.0.2

13 Aug 18:22
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.2.0 or higher
  • Uses Deno std@0.64.0

Importing

  • Import this latest release by using the following in your project(s):
    import { DAMI } from "https://deno.land/x/dami@v1.0.2/mod.ts";

Updates

  • fix: Logger was always logging, regardless of config (#2)
  • fix: on not receiving events

v1.0.1

13 Aug 14:11
d6679d1
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.2.0 or higher
  • Uses Deno std@0.64.0

Importing

  • Import this latest release by using the following in your project(s):
    import { DAMI } from "https://deno.land/x/dami@v1.0.1/mod.ts";

v1.0.0

13 Aug 14:09
d6679d1
Compare
Choose a tag to compare

Initial release

Compatibility

  • Requires Deno v1.2.0 or higher
  • Uses Deno std@0.64.0

Importing

  • Import this latest release by using the following in your project(s):
    import { DAMI } from "https://deno.land/x/dami@v1.0.0/mod.ts";

v0.1.0

13 Aug 14:09
d6679d1
Compare
Choose a tag to compare
Update README.md