Chlog version 1
Released under the MIT License
A Clojure library for maintaining an edn changelog.
Installation
To install, add the following dependency to your project or build file:
[com.sagevisuals/chlog "version 1"]
Namespaces
chlog.changelog-specifications
Speculoos specifications for changelog entries.
Public variables and functions:
- breaking?
- change-kinds
- change-scalar-spec
- changelog-coll-spec
- changelog-scalar-spec
- changes-required-keys
- contains-required-keys?
- date-spec
- day?
- month?
- person-spec
- properly-incrementing-versions?
- reference-spec
- renamed-function-spec
- status?
- ticket?
- version-coll-spec
- version-required-keys
- version-scalar-spec
- version?
- year?
chlog.changelog-validations
Functions to validate changelogs. Specifications referred from chlog.changelog-specifications
.
chlog.core
Changelog aggregation, specification, validation, and webpage generation.
Public variables and functions: