Skip to content

v1.1.12

Compare
Choose a tag to compare
@drashbot drashbot released this 01 Dec 00:39
· 208 commits to main since this release
41e4603

Compatibility

  • Requires Deno v1.16.3
  • Uses Deno std@0.116.0

Importing

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

Updates

  • fix: mock object methods cannot take args (#133)