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
- fix(pkg): specify minimum supported node version (14)
3.0.0 - 2022-12-20
- Drop support for Node 12 (EOL)
- parse dates in parentheses (#49)
- deps: [email protected] (#44)
2.8.1 - 2022-03-13
- 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
- accept input text instead of file (#32) - @jedwards1211 & @ungoldman
2.7.0 - 2019-03-07
- accept options object, add removeMarkdown option (#29) - @cironunes & @ungoldman
2.6.0 - 2018-12-18
- allow version headers in CHANGELOG to use either H1 (#) or H2 (##) headers (#14) - @eladb
2.5.1 - 2018-12-05
- Protect against no current value (#24) - thanks @sabrehagen
2.5.0 - 2018-05-30
- add international date format support (#25) - thanks @godban
2.4.0 - 2018-02-13
- stringify results in CLI (#22) - thanks @benmonro
2.3.0 - 2018-01-09
- add support for parsed body (#20) (#21) - thanks @jrmykolyn
2.2.0 - 2017-12-29
- add promise support (#18) (#19) - thanks @jrmykolyn
2.1.0 - 2017-12-12
- add date to version objects; update tests. (#6) (#15) - thanks @jrmykolyn
- add release script
2.0.5 - 2017-06-28
- 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
- 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
- use
os
module to support cross-platform EOL parsing (#4)
2.0.0 - 2015-04-02
version
key of version object is nownull
unless semver found
- parse out
v
prefix for version numbers (gh-release#23)
- 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
- fix readme example for paulcpederson
- init