Skip to content

v2.0.0

Compare
Choose a tag to compare
@ebebbington ebebbington released this 21 Aug 08:08
· 172 commits to master since this release
f15f108

Compatibility

  • Requires Deno v1.2.0
  • Uses Deno std@0.65.0

Importing

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

Updates

  • BREAKING: Remove triggerEvent Method and Refactor to method (#14)
  • feat: Allow a synchronous nature of issuing actions (#13)
  • chore: Cleanup internal code (#12)
  • Updated readme image source (#10)