This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-04
Channels
- # announcements (6)
- # beginners (207)
- # calva (39)
- # cestmeetup (35)
- # chlorine-clover (36)
- # clj-kondo (15)
- # clj-together (1)
- # cljsrn (2)
- # clojure (110)
- # clojure-europe (8)
- # clojure-italy (9)
- # clojure-nl (2)
- # clojure-uk (5)
- # clojurescript (61)
- # conjure (4)
- # cursive (1)
- # datalog (3)
- # datomic (22)
- # emacs (8)
- # events (2)
- # figwheel-main (11)
- # fulcro (23)
- # graalvm (16)
- # graphql (1)
- # helix (4)
- # jobs (5)
- # jobs-discuss (4)
- # malli (3)
- # mid-cities-meetup (13)
- # off-topic (58)
- # pathom (12)
- # re-frame (30)
- # reagent (45)
- # reitit (1)
- # reveal (7)
- # sci (2)
- # shadow-cljs (173)
- # spacemacs (1)
- # sql (1)
- # test-check (5)
- # xtdb (13)
merged #238 in master. The Breaking:
• :path
in explain is re-implemented: map keys by value, others by child index
• m/-walk
and `m/Walker` uses `:path`, not `:in`
• m/-outer
has new parameter order: `walker schema path children options`
• malli.util/path-schemas
replaced with `malli.util/subschemas` & `malli.util/distict-by`
• LensSchema
has a new `-keep` method
• renamed some non-user apis in `malli.core` & `malli.util`
• moved map-syntax helpers from `malli.core` to `malli.util`
• dynaload `com.gfredericks/test.chuck`