Announcing keechma/entitydb, second iteration of EntityDB - a client side database and normalization engine for ClojureScript https://github.com/keechma/keechma-entitydb
A new clj
release candidate (what we were formerly calling "dev" releases) is now available - 1.10.1.619 (see https://github.com/clojure/homebrew-tools#version-archive-tool-releases for installation info)
• Fixes -Spom regression in overwriting groupId in existing pom.xml files
• Improvements in error handling for -X
• New: -F execution specifier to invoke an arbitrary function that takes a map at the command line: clj -Fclojure.core/pr :a 1 :b 2
=> {:a 1 :b 2}