This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-05
Channels
- # announcements (1)
- # asami (1)
- # babashka (7)
- # beginners (11)
- # biff (2)
- # calva (7)
- # cider (1)
- # clara (5)
- # clj-kondo (221)
- # clojure (83)
- # clojure-boston (3)
- # clojure-conj (1)
- # clojure-europe (9)
- # clojure-uk (1)
- # clojurescript (11)
- # cursive (74)
- # emacs (30)
- # figwheel-main (2)
- # fulcro (13)
- # hyperfiddle (6)
- # lsp (6)
- # malli (2)
- # nyc (4)
- # off-topic (78)
- # practicalli (9)
- # reitit (4)
- # sci (20)
- # shadow-cljs (49)
- # sql (9)
- # xtdb (5)
[metosin/malli "0.10.2"]
is out! Malli is a high-performance data-driven data specification library for Clojure/Script. This version adds the following:
• Implement malli.experimental.time
schemas for CLJS using (optional) js-joda https://github.com/metosin/malli/pull/853
• Allow instrumenting external functions https://github.com/metosin/malli/pull/841
• Add clj-kondo support for CLJS function schemas https://github.com/metosin/malli/pull/833
• Turn on instrumentation for mx/defn
with :malli/always
meta https://github.com/metosin/malli/pull/825
• Support type-properties in m/-map-schema
, m/-map-of-schema
and m/-tuple-schema
https://github.com/metosin/malli/pull/856
• FIX: properly compose interceptors in :map-of
json-transformer https://github.com/metosin/malli/pull/849
• FIX: error paths for :multi
schemas when value is not a map https://github.com/metosin/malli/pull/845
• FIX: Malli generates :nilable/any
which is not a valid type in clj-kondo https://github.com/metosin/malli/issues/821
• FIX: mi/collect!
without args doesn’t work properly https://github.com/metosin/malli/issues/834
Changelog: https://github.com/metosin/malli/blob/master/CHANGELOG.md#0102-2023-03-05
Code: https://github.com/metosin/malli
Big thanks to all contributors, especially to @danvingo & @joel.kaasinen
Discussion on #CLDK6MFMK

