Skip to content

Releases: drashland/rhum

v1.1.2

04 Aug 00:04
4e8732e
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.2.x
  • Uses Deno [email protected]
  • Due to the changes that occurred in the deno.land/x registry today, branch imports are no longer supported, so please do not import using v1.x as it will not work

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: compatibility issues with deno std when importing deno std modules using a "v" prefix

v1.1.1

30 Jul 19:09
9697146
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.2
  • Uses Deno Standard Modules v0.62.0

Upgrading

  • If you are importing the v1.x branch, then you can upgrade from the command line using the following:

    deno run --reload https://deno.land/x/[email protected]/mod.ts
    
  • If you're importing specific versions of Rhum, then make sure you upgrade accordingly in your project(s):

    import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";

Updates

  • fix: Rhum.asserts.assert failing at compile time; PR #45

v1.1.0

29 Jul 19:43
10e86e3
Compare
Choose a tag to compare

Compatibility

  • Requires Deno v1.2.x or higher
  • Uses Deno Standard Modules v0.62.0

Upgrading

  • If you are importing the v1.x branch, then you can upgrade from the command line using the following:

    deno run --reload https://deno.land/x/[email protected]/mod.ts
    
  • If you're importing specific versions of Rhum, then make sure you upgrade accordingly in your project(s):

    import { Rhum } from "https://deno.land/x/[email protected]/mod.ts";

Updates

  • feat: stubs and mocks; issue #4; pr #18
  • feat: async hooks; pr #43
  • chore: fix linting issues; issue #14; pr #33

v1.0.1

14 Jul 23:37
c4afbef
Compare
Choose a tag to compare

Requires Deno v1.x
Uses Deno Standard Modules v0.61.0

  • fix: CI test output, requires --allow-env flag; issue #23; pr #31

v1.0.0

23 Jun 01:23
a31bc36
Compare
Choose a tag to compare

Requires Deno 1.x
Uses Deno Standard Modules v0.58.0

v0.2.0

23 Jun 00:04
e0001ca
Compare
Choose a tag to compare

Requires Deno 1.x
Uses Deno Standard Modules v0.58.0

  • feat: hooks; issue #3; PR #10

v0.1.0

19 Jun 14:40
Compare
Choose a tag to compare
initial commit