v1.1.15
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)