Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/scripts/changelog.ts>printDiff

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

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

type

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