Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/changelog/src/deps.ts

Node & Deno package to parse and generate changelogs
Latest
import * as changelog from "https://deno.land/x/changelog@v2.5.3/src/deps.ts";

Functions

Compare two semantic version objects.

Returns true if they're logically equivalent, even if they're not the exact same version object.

Format a SemVer object into a string.

Attempt to parse a string as a semantic version, returning either a SemVer object or throws a TypeError.

Interfaces

A SemVer object parsed into its constituent parts.