All notable changes to this project will be documented in this
file. This change log follows the conventions of
keepachangelog.com, with the addition of
sections for Highlights
, Breaking
and Changes since x.y.z
.
- Support a
deps-new
template.
- Bump up cryogen-core.
0.6.4 - 2021-10-04
- Update docs to the latest clj-new
- Fast compilation command line changed from
*-fast
to*:fast
.
0.6.3 - 2020-12-07
- Allow fast compilation of changed files only. Opt-in. Requires
cryogen-core
version0.4.0
. - Support the use of
tools.deps
(aka clojure CLI) in addition tolein
.
- #226 Prepare for release 0.6.3 (bombaywalla)
- #225 git-ignore lotus' sass-generated files (devurandom)
- #221 Support for deps tools instead of lein (holyjak)
- #220 Support for incremental compilation (holyjak)
0.6.2 - 2020-10-16
- Update to new version of the Markup protocol that allows for multiple file extensions for a particular markup.
- Requires latest versions of
cryogen-asciidoc
(at least 0.3.2),cryogen-flexmark
(at least 0.1.4), andcryogen-markdown
(at least 0.1.13).
- #217 Update README.md to current year (hewrin)
- #216 Fix typo in QuickStart template content (daemianmack)
- #213 Use Markup protocol defined in cryogen-core.markup (darth10)
0.6.1 - 2020-03-10
- Update versions of
cryogen-core
andcryogen-flexmark
.
- #206 README: cryogen-markdown => cryogen-flexmark (daemianmack)
0.6.0 - 2020-01-20
- Switch to
cryogen-flexmark
. - Handle case where
blog-prefix
is blank.