0.5.0: better cljc support
-
#30 adds better support for Windows by invoking
npm
usingnpm.bat
when
appropriate. -
#29 converts
mentat.clerk-utils
tocljc
. The CLJS side doesn't do
anything, but this allows the require and macro calls to live insidecljc
files. -
#28:
-
Removes the
babashka
dependency frommentat.clerk-utils.build
-
mentat.clerk-utils.show/q
now applies to the forms passed toshow-sci
,
allowing for value-splicing, namespace resolution etc inside ofshow-sci
.
-
-
#24 renames the clj-kondo hooks to have extension
.clj_kondo
, for the same
reason as #23. -
#23 renames
.clj
and.cljs
files in the templates to.tmpl
, to prevent
cljdoc and other tooling from trying to process them as Clojure files.