Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/changelog/src/parser.ts>Options

Node & Deno package to parse and generate changelogs
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/changelog@v2.3.0/src/parser.ts";

Properties

releaseCreator: (
version?: string,
date?: string,
description?: string,
) => Release

Custom function to create Release instances. Needed if you want to use a custom Release class.