Skip to content

Eleventy Utils v2.0.5

Choose a tag to compare

@zachleat zachleat released this 29 Apr 19:57
· 37 commits to main since this release

Adds createHashHex export for hex hashes, similar to the createHash function which returns base64 hashes. Currently hex hashes are used by the Fetch plugin.

import { createHashHex } from "@11ty/eleventy-utils";

const hash = await createHashHex("This", "is", "an", "arbitrary", "string.");

Full Changelog: v2.0.4...v2.0.5