Releases: drashland/rhum
Releases · drashland/rhum
v1.1.12
Compatibility
- Requires Deno v1.16.3
- Uses Deno [email protected]
Importing
- Import this latest release by using the following in your project(s):
import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";
Updates
- fix: mock object methods cannot take args (#133)
v1.1.11
Compatibility
- Requires Deno v1.12.2
- Uses Deno [email protected]
Importing
- Import this latest release by using the following in your project(s):
import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";
Updates
- chore: Support Deno v1.12.2 and Deno Standard Modules v0.103.0
v1.1.10
Compatibility
- Requires Deno v1.10.2
- Uses Deno [email protected]
Importing
- Import this latest release by using the following in your project(s):
import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";
Updates
- chore: Support Deno 1.10.2 and Deno Standard 0.97.0
- chore: fix output issues raised by
deno test
output changes
v1.1.9
Compatibility
- Requires Deno v1.8.3
- Uses Deno [email protected]
Importing
- Import this latest release by using the following in your project(s):
import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";
Updates
- chore: Support latest Deno version
v1.1.8
Compatibility
- Requires Deno v1.8.2
- Uses Deno [email protected]
Importing
- Import this latest release by using the following in your project(s):
import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";
Updates
- chore: support latest Deno version
v1.1.7
Compatibility
- Requires Deno v1.4.0 or higher
- Uses Deno [email protected]
Importing
- Import this latest release by using the following in your project(s):
import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";
Updates
- chore: Update std dependencies to 0.84.0
v1.1.6
Compatibility
- Requires Deno v1.4.0 or higher
- Uses Deno [email protected]
Importing
- Import this latest release by using the following in your project(s):
import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";
Updates
v1.1.5
Compatibility
- Requires Deno v1.6.0 or higher
- Uses Deno [email protected]
Importing
- Import this latest release by using the following in your project(s):
import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";
Updates
- fix: beforeAll() executing before each test case (#91)
- fix: still allow assert*Contains methods (#86)
- fix: Add autocompletion to
Rhum.asserts
(#65) - chore: Improve workflows (#89)
- chore: Add youtube tutorials badge to readme (#88)
- chore: Update dependencies and bump version numbers across repo (#99)
- chore: Remove bloat (#97)
v1.1.4
Compatibility
- Requires Deno v1.4.x - v1.5.x
- Uses Deno [email protected] - [email protected]
Importing
- Import this latest release by using the following in your project(s):
import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";
Updates
No changes since v1.1.3, but will be published to nest.land as 1.1.3 wasn't
v1.1.3
Compatibility
- Requires Deno v1.4.x
- Uses Deno [email protected]
Importing
- Import this latest release by using the following in your project(s):
import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";
Updates