Fork me on GitHub
#malli
<
2019-12-15
>
ikitommi10:12:24

About to add :default-decoder and :default-encoder to Transformer options: used if nothing else matches. Makes things like “adding defaults” easy. Comments welcome on that: https://github.com/metosin/malli/issues/143#issuecomment-565798326

ikitommi20:12:59

And here’s the PR. Rewrote the malli.core naming to be more corerent, more reuse in chaining & collection schemas now accept nil in transformations. https://github.com/metosin/malli/pull/148