ChangelogParser

Class
Final: Yes

Parses the subset of Keep a Changelog structure managed by dev-tools.

Table of Contents

Interfaces

ChangelogParserInterface

Parses managed changelog markdown into domain objects.

Methods

parse()

Parses markdown content into a changelog document.

 : ChangelogDocument
extractEntries()

Extracts bullet entries for one changelog category.

 : array<int, string>
Methods

extractEntries()

Private

Extracts bullet entries for one changelog category.

private extractEntries( string  $body, ChangelogEntryType  $type) : array<int, string>
Parameters
$body : string
Return values
array<int, string>