Skip to content

Releases: drashland/rhum

v1.1.12

01 Dec 00:39
41e4603
Compare
Choose a tag to compare

Compatibility

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

06 Aug 03:27
e13cd17
Compare
Choose a tag to compare

Compatibility

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

22 May 18:23
79fe6e9
Compare
Choose a tag to compare

Compatibility

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

03 Apr 14:43
a109a99
Compare
Choose a tag to compare

Compatibility

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

22 Mar 19:38
53574dc
Compare
Choose a tag to compare

Compatibility

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

21 Jan 17:52
866b535
Compare
Choose a tag to compare

Compatibility

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

31 Dec 16:34
85bab1a
Compare
Choose a tag to compare

Compatibility

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: afterAll runs after last suite/case (#105)
  • chore: Update dependencies and bump version numbers across repo (#101)

v1.1.5

13 Dec 13:20
52491db
Compare
Choose a tag to compare

Compatibility

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

17 Sep 00:32
d2c2bf3
Compare
Choose a tag to compare

Compatibility

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

17 Sep 00:13
7926659
Compare
Choose a tag to compare

Compatibility

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: Add fix for importing types, following breaking change with Deno 1.4 when using --unstable; PR #60
  • chore: change jsdoc to tsdoc; Issue #30; PR #51
  • chore: use Deno std 0.69.0