Skip to main content
Module

x/live/scripts/changelog.ts>printDiff

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
variable printDiff
import { printDiff } from "https://deno.land/x/live@1.77.0/scripts/changelog.ts";

Prints the difference since the @param ver and the latest version.

type

(ver: semver.SemVer, ownerRepo: string) => unknown