Skip to content

Releases: vdhicts/keepachangelog-parser

Configurable date format + Laravel 11 support

17 Mar 06:31
dfe73cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

Add HTML support for entries

30 May 17:47
e692a0f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

Add Laravel 10 support

23 Mar 18:19
4b6228f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

Fix parsing with tag reference

25 Jan 19:01
0960047
Compare
Choose a tag to compare

Added

  • A release can now include the tag reference (when provided) that can be found at the bottom of the changelog.

Changed

  • Applied property promotion to the models.

Fixed

  • Parsing a changelog with tag references resulted in an error. See #3, thanks to @bergo for reporting.

Full Changelog: v1.1.0...v1.2.0

Change releases order

15 Feb 09:54
610b5f6
Compare
Choose a tag to compare

Changed

  • Sort releases by the newest first as changelogs are known to set the latest release on top.

Add initial version

15 Feb 09:16
cf16141
Compare
Choose a tag to compare

Added

  • Initial version of this parser.