Releases: vdhicts/keepachangelog-parser
Releases · vdhicts/keepachangelog-parser
Configurable date format + Laravel 11 support
What's Changed
- Make the date format configurable by @fabianpnke in #9
- Add Laravel 11 support by @julesjanssen in #10
New Contributors
- @fabianpnke made their first contribution in #9
Full Changelog: v2.1.0...v2.2.0
Add HTML support for entries
What's Changed
- add HTML support for entries by @julesjanssen in #7
- Update changelog by @dvdheiden in #8
New Contributors
- @julesjanssen made their first contribution in #7
Full Changelog: v2.0.0...v2.1.0
Add Laravel 10 support
Fix parsing with tag reference
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
Changed
- Sort releases by the newest first as changelogs are known to set the latest release on top.
Add initial version
Added
- Initial version of this parser.