Skip to content

0.19.3

Compare
Choose a tag to compare
@imrekoszo imrekoszo released this 01 Aug 13:22
· 17 commits to master since this release

Warning

ClojureScript compilation is broken in this release, prefer using a newer version.

Changes

  • Add deps.edn to enable usage as a git library
  • Bump macrovich to make Clojure and ClojureScript provided dependencies #34
  • Fix reflection warnings in xforms.io #35 #36
  • Add compatibility with babashka #42
  • Fix x/destructuring-pair? #44 #45
  • Fix x/into performance hit with small maps #46 #47
  • Fix reflection and shadowing warnings in tests

Coordinates

Clojure CLI/deps.edn

net.cgrand/xforms {:mvn/version "0.19.3"}

or

net.cgrand/xforms {:git/url "https://github.com/cgrand/xforms"
                   :git/tag "v0.19.3"
                   :git/sha "f4ebaea"}

Leiningen/Boot

[net.cgrand/xforms "0.19.3"]