Skip to content

v1.1.15

Choose a tag to compare

@crookse crookse released this 16 Apr 10:11
· 181 commits to main since this release
7bef0cb

Compatibility

  • Requires Deno v1.20 or higher
  • Uses Deno std@0.135.0

Importing

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

Updates

  • fix: Mocking a class with getters doesn't set default initialised value (#148)
  • chore: Update deps (use Deno std@0.135.0)