malli

https://github.com/metosin/malli :malli:
ikitommi 2020-06-09T06:13:30.012100Z

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.

👍 3
ikitommi 2020-06-09T07:09:01.014700Z

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.

ikitommi 2020-06-09T07:27:42.016Z

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.