Module: Philiprehberger::ChangelogParser
- Defined in:
- lib/philiprehberger/changelog_parser.rb,
lib/philiprehberger/changelog_parser/parser.rb,
lib/philiprehberger/changelog_parser/version.rb,
lib/philiprehberger/changelog_parser/changelog.rb,
lib/philiprehberger/changelog_parser/version_entry.rb
Defined Under Namespace
Classes: Changelog, Error, Parser, VersionEntry
Constant Summary collapse
- VERSION =
'0.6.0'
Class Method Summary collapse
-
.from_json(json_string) ⇒ Changelog
Deserialize a changelog from a JSON string.
-
.parse(input) ⇒ Changelog
Parse a changelog from a file path or string.