Skip to main content
Module

x/changelog/mod.ts>Changelog

Node & Deno package to parse and generate changelogs
Go to Latest
class Changelog
Re-export
import { Changelog } from "https://deno.land/x/changelog@v2.4.0/mod.ts";

Constructors

new
Changelog(title: string, description?)

Properties

optional
compareLinkBuilder: (previous: Release, release: Release) => string
description: string
optional
flag: string
format: "compact" | "markdownlint"
head: string
releases: Release[]
optional
tagNameBuilder: (release: Release) => string
title: string
optional
url: string

Methods

findRelease(version?: Semver | string)
tagName(release: Release)