Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0.1/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.