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.
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.
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.