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"]
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
`