Skip to content

Latest commit

 

History

History
160 lines (91 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

160 lines (91 loc) · 4.41 KB

Change Log

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.

3.0.1 - 2022-12-23

Fixes

  • fix(pkg): specify minimum supported node version (14)

3.0.0 - 2022-12-20

Breaking Changes

  • Drop support for Node 12 (EOL)

Fixes

  • parse dates in parentheses (#49)

Misc

2.8.1 - 2022-03-13

Fixes

  • ci: drop support for non-LTS node versions (#39)
  • fix: update URLs for ownership transfer
  • ci: add dependabot.yml
  • docs: update status badges
  • deps(dev): tape@5, tap-spec@5, standard@16, gh-release@6 (#38)
  • ci: multi-arch tests (mac, windows, linux)
  • docs: add examples to options

2.8.0 - 2019-05-02

Features

  • accept input text instead of file (#32) - @jedwards1211 & @ungoldman

2.7.0 - 2019-03-07

Features

  • accept options object, add removeMarkdown option (#29) - @cironunes & @ungoldman

2.6.0 - 2018-12-18

Features

  • allow version headers in CHANGELOG to use either H1 (#) or H2 (##) headers (#14) - @eladb

2.5.1 - 2018-12-05

Fixes

  • Protect against no current value (#24) - thanks @sabrehagen

2.5.0 - 2018-05-30

Features

  • add international date format support (#25) - thanks @godban

2.4.0 - 2018-02-13

Features

  • stringify results in CLI (#22) - thanks @benmonro

2.3.0 - 2018-01-09

Features

  • add support for parsed body (#20) (#21) - thanks @jrmykolyn

2.2.0 - 2017-12-29

Features

  • add promise support (#18) (#19) - thanks @jrmykolyn

2.1.0 - 2017-12-12

Features

  • add date to version objects; update tests. (#6) (#15) - thanks @jrmykolyn

Chores

  • add release script

2.0.5 - 2017-06-28

Changes

  • chore(ci): add 8, drop .10 & .12
  • docs(readme): move badges out of title
  • lint: fix useless escapes
  • chore(pkg): bump to latest standard
  • chore(gitignore): ignore lock files
  • docs(readme): update repo web address

Fixes

  • reset log & current vars after each execution (#10)

2.0.3 - 2016-09-09

  • bump dev dependencies
  • update repo URL
  • update maintainer email

2.0.2 - 2015-06-15

  • readme updates
  • change log fix
  • add keywords to package.json

2.0.1 - 2015-06-07

Changes

  • use os module to support cross-platform EOL parsing (#4)

2.0.0 - 2015-04-02

Breaking Changes

  • version key of version object is now null unless semver found

Changes

Additions

  • add title key to version object
  • add a real test

1.1.0 - 2015-03-07

  • add cli support
  • remove description key if empty
  • add CONTRIBUTING.md
  • add node 0.10 to travis-ci testing environments

1.0.1 - 2015-03-02

1.0.0 - 2015-03-02

  • init