Released 2022-02-24.
art-cli
-based tooling allows callers to specify a path to a JSON file to provide bindings.vivid
that had served as the umbrella for the ART project changes in this 0.6.0 release to net.vivid-inc
.
Please update your dependencies from i.e. vivid/art
to net.vivid-inc/art
for ART 0.6.0 onwards..edn
, .json
).vivid.art.delimiters/lispy
that looks like <( )>
(note how they ooze with LISP-iness); changed from the prior default of vivid.art.delimiters/erb
.net.vivid-inc/art
project dependencies, branched off CLI-specific code from net.vivid-inc/art
into a new net.vivid-inc/art-cli
lib. The :dependencies
option to vivid.art/render
is also migrated there.special
for condition handling.:multi
option, allowing >= 2 binding specifications on the CLI.Released 2021-01-19.
vivid/ash-ra-template
to vivid/art
to more closely mirror its Clojure namespace.clj-art
.user.dir
when determining file paths.
The defect came to light during a Maven multi-module build using vivid:clojure-maven-plugin
.:to-phase
allows the dataflow to stop at an earlier (render)
phase.
Useful for inspecting ART output at intermediate phases for diagnosis and for understanding ART's behavior.Released 2019-07-05.
(render)
from accepting options as keyword arguments to an optional options map.(render {:bindings {...})
option.(render {:delimiters {...}})
option.vivid.art.delimiters
offers a selection of pre-defined delimiter sets: erb
, jinja
, mustache
, and php
.lein-art
.(render)
's options.Released 2019-05-03.
vivid.art.core/render
to vivid.art/render
.ash-ra-template
the library, and a Boot plugin boot-art
.user
.Released 2019-04-13.
eval-soup
to an embedded evaluation environment based on ShimDandy.Released 2017-11-20.
eval-soup
to render templates featuring Clojure language processing with ERB 2.0-esque syntax.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close