change 0.1.1 change: ^0.1.1 copied to clipboard
A Changelog manipulation library. Read/modify/write your CHANGELOG.md. Inspired by keepachangelog.com.
Changelog #
This project follows Semantic Versioning 2.0.0.
Unreleased #
0.1.1 - 2020-10-18 #
Changed #
- Bump dependencies versions
0.1.0 - 2020-07-26 #
Changed #
- API has been reworked substantially
Removed #
- CLI part. Use Cider
0.0.13 - 2020-07-24 #
Added #
- Support for changelogs with missing dates
0.0.12 - 2020-07-23 #
Added #
- Ability to parse changelog with missing change type
0.0.11 - 2020-07-20 #
Changed #
- Upgraded dependencies
0.0.10 - 2020-07-18 #
Fixed #
- Missing diff link was breaking the app
0.0.9 - 2020-07-18 #
Added #
Collection.addText()
MarkdownLine.parse()
0.0.8 - 2020-07-18 #
Added #
- A static
fromLines()
factory method
0.0.7 - 2020-07-12 #
Changed #
- Updated dependencies
0.0.6 - 2020-07-08 #
Added #
- New command 'print' to output a released version
0.0.5 - 2020-07-05 #
Added #
- Create CHANGELOG.md when missing
0.0.4 - 2020-06-24 #
Added #
- Support for multiple major versions in a single file
0.0.3 - 2020-06-23 #
Added #
- Console app
- Changelog model
Changed #
- BREAKING Total rework of the package
0.0.2 - 2018-10-18 #
Added #
- Changelog.writeFile()