Skip to content

0.5.0: better cljc support

Compare
Choose a tag to compare
@sritchie sritchie released this 18 Apr 13:47
· 5 commits to main since this release
a508ab0
  • #30 adds better support for Windows by invoking npm using npm.bat when
    appropriate.

  • #29 converts mentat.clerk-utils to cljc. The CLJS side doesn't do
    anything, but this allows the require and macro calls to live inside cljc
    files.

  • #28:

    • Removes the babashka dependency from mentat.clerk-utils.build

    • mentat.clerk-utils.show/q now applies to the forms passed to show-sci,
      allowing for value-splicing, namespace resolution etc inside of show-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.