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.

0.3.1 - 2017-12-11

Added

  • CLI Api: New option --file, to change the filename used
  • CLI Api: New option --url, to set or change the project url
  • CLI Api: New option --https, to change the use of https in the url scheme

0.3.0 - 2017-12-08

Added

  • Added colors in CLI
  • Parser errors contains the line number in the CHANGELOG file

Fixed

  • Fixed parsing bug when the changelog is using incorrect title levels

0.2.0 - 2017-12-07

Changed

  • Parser improvements
  • Changed the constructor arguments of Changelog, Change and Release classes

Removed

  • Removed static factories. Use new instead.

Fixed

  • The last version should’t have diff link

0.1.0 - 2017-12-07

First version