Skip to main content
Module

x/changelog/CHANGELOG.md

Node & Deno package to parse and generate changelogs
Go to Latest
File

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.5.0 - 2023-11-07

Added

  • Automatic detection of github and gitlab urls and build the links accordingly #35
  • New option –head to set the HEAD name #37

Changed

  • Deprecated function compareLinkBuilder, use tagLinkBuilder instead

Fixed

  • Trailing slash of the remote url is now removed #36
  • Updated dependencies

2.4.1 - 2023-10-10

Fixed

  • Breaking changes after updating semver package

2.4.0 - 2023-10-10

Added

  • New function compareLinkBuilder #33.

Fixed

  • Updated dependencies

2.3.0 - 2023-05-25

Added

  • New option --create, to create unreleased versions #31.

Fixed

  • Allow empty values for --release option
  • Updated dependencies

2.2.1 - 2023-01-25

Fixed

  • Allow list elements in the descriptions of releases and changelogs #30.

2.2.0 - 2023-01-18

Added

  • New option format to configure the output option #28.
  • Release.setYanked function #26.

Fixed

  • Removed unnecessary new line after the title #27.

2.1.0 - 2022-04-03

Added

  • Support for [YANKED] releases #25

Fixed

  • Updated dependencies

2.0.1 - 2022-01-09

Fixed

  • Updated deps.
  • release and latest-release args #23.

2.0.0 - 2021-12-08

New version merging Deno and Node code using Deno’s dnt package.

Changed

  • Code converted to TypeScript.
  • Added the link of the first version #21.