Liking cljdoc? Tell your friends :D
Print #uuid
and #inst
similarly to how the Clojure printer handles them. This handles java.util.Date
, java.util.GregorianCalendar
, java.sql.Timestamp
, java.util.UUID
. (by Nate Smith )
mvxcvi/puget {:mvn/version "1.1.1"} -> {:mvn/version "1.1.2"}
Added type hints to prevent reflective calls
mvxcvi/puget {:mvn/version "1.0.3"} -> {:mvn/version "1.1.1"} fipp {:mvn/version "0.6.14"} -> {:mvn/version "0.6.17"} org.clojure/core.rrb-vector {:mvn/version "0.0.13"} -> {:mvn/version "0.0.14"} tech.droit/clj-diff {:mvn/version "1.0.0"} -> {:mvn/version "1.0.1"} mvxcvi/arrangement {:mvn/version "1.1.1"} -> {:mvn/version "1.2.0"}
Fix support for records with inserts #4
Version upgrades: mvxcvi/puget {:mvn/version "1.0.2"} -> {:mvn/version "1.0.3"} fipp {:mvn/version "0.6.13"} -> {:mvn/version "0.6.14"} lambdaisland/kaocha {:mvn/version "0.0-239"} -> {:mvn/version "0.0-266"} lambdaisland/kaocha-junit-xml {:sha "fb06678e9f947cd7ff0deff456e8e6afae687afe"} -> {:sha "a35398d4bf553bdb09b8ef07f4bf8bd3bd40bc61"}
Fix support for Clojure records. Currently they are considered in the same
equality partition as maps. (by @ikitommi , #1 ) Pin explicitly to the latest version of Fipp and rrb-vector, to prevent issues
on Java 11, see CRRBV-18
lambdaisland.deep-diff.printer/print-*
are now public, as they can be used
in custom print handlers.
Extracted from Kaocha, and added a top-level namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close