Fork me on GitHub
#malli
<
2020-06-09
>
ikitommi06:06:30

As the renaming of m/name to m/type got only upvotes, going to change that: https://github.com/metosin/malli/pull/206. It’s a BREAKING CHANGE - both for the public api & for people who have extended the Schema protocol. Sorry for that.

👍 12
ikitommi07:06:01

Merged the protocol extensions (https://github.com/metosin/malli/pull/204) and realized that there is a breaking change, malli.generator/-generator is used by the new malli.generator/Generator protocol, so the old multimethod is called malli.generator/-schema-generator. Feedback welcome.

ikitommi07:06:42

started to track the before-release changed into https://github.com/metosin/malli/blob/master/CHANGELOG.md#unreleased, as some are breaking, for the better.