Releases: ungoldman/changelog-parser
Releases · ungoldman/changelog-parser
v2.1.0
Features
- add date to version objects; update tests. (#6) (#15)
Chores
- chore(pkg): add release script
v2.0.5
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
v2.0.4
Fixes
- reset log & current vars after each execution (#10)
v2.0.3
- bump dev dependencies
- update repo URL
- update maintainer email
v2.0.2
- readme updates
- change log fix
- add keywords to package.json
v2.0.1
Changes
- use
os
module to support cross-platform EOL parsing (#4)
v2.0.0
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
v1.1.0
- add cli support
- remove
description
key if empty
- add contributing info
- add node 0.10 to travis-ci testing environments