- java.lang.Object
-
- com.io7m.changelog.core.CChangelogFilters
-
public final class CChangelogFilters extends Object
Functions to transform and filter changelogs.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<CChangelog>upToAndIncluding(CChangelog changelog, CVersionType version, int count)
-
-
-
Method Detail
-
upToAndIncluding
public static Optional<CChangelog> upToAndIncluding(CChangelog changelog, CVersionType version, int count)
- Parameters:
changelog- The current changelogversion- The release versioncount- The maximum number of releases to display- Returns:
- A version of
changelogfeaturing at mostcountreleases up to and includingversion, or nothing if the changelog does not containversion
-
-