Releases: drashland/rhum
Releases · drashland/rhum
v1.1.2
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
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
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