Releases: cgrand/xforms
Releases · cgrand/xforms
v0.19.6
What's Changed
- fix MapEntry not found error in clj by @imrekoszo in #54 #55
Coordinates
Clojure CLI/deps.edn
net.cgrand/xforms {:mvn/version "0.19.6"}
or
net.cgrand/xforms {:git/url "https://github.com/cgrand/xforms"
:git/tag "v0.19.6"
:git/sha "7ae8bed"}
Leiningen/Boot
[net.cgrand/xforms "0.19.6"]
Full Changelog: v0.19.5...v0.19.6
v0.19.5
Changes
ClojureDart support
Coordinates
Clojure CLI/deps.edn
net.cgrand/xforms {:mvn/version "0.19.5"}
or
net.cgrand/xforms {:git/url "https://github.com/cgrand/xforms"
:git/tag "v0.19.5"
:git/sha "2079b74"}
Leiningen/Boot
[net.cgrand/xforms "0.19.5"]
Full Changelog: v0.19.4...v0.19.5
0.19.4
Changes
Coordinates
Clojure CLI/deps.edn
net.cgrand/xforms {:mvn/version "0.19.4"}
or
net.cgrand/xforms {:git/url "https://github.com/cgrand/xforms"
:git/tag "v0.19.4"
:git/sha "550dbc1"}
Leiningen/Boot
[net.cgrand/xforms "0.19.4"]
Full Changelog: v0.19.3...v0.19.4
0.19.3
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"]