malli

https://github.com/metosin/malli :malli:
ikitommi 2020-07-10T06:22:01.116500Z

Morning. Pushed out new immutable & compatible versions into clojars, ping @euccastro @jkent

[metosin/malli "0.0.1-20200709.163702-18"]
[metosin/reitit "0.5.3"]

ikitommi 2020-07-10T07:57:15.117400Z

merged the Walker PR into master, here’s the BREAKING:

* 10.7.2020
  * `[metosin/malli "0.0.1-20200710.075225-19"]`
  * **BREAKING:**: Visitor is implemented using a Walker.
    * `m/accept` -> `m/walk`
    * `m/schema-visitor` -> `m/schema-walker`
    * `m/map-syntax-visitor` -> `m/map-syntax-walker
`

👍 3
🦜 2