@ikitommi This issue might be interesting for Malli, specially before the release. https://github.com/green-coder/minimallist/issues/8
@vincent.cantin that is the case of mixing :map
and :map-of
right? the issue and discussion in malli-side here: https://github.com/metosin/malli/issues/43
discussion about dates, need this (date range validation) in a work project, comments welcome: https://github.com/metosin/malli/issues/49
a good backgrounder: http://widdindustries.com/ecma-temporal-vs-java-time/
I have some code I wrote a few months back that made use of map-entries
which is now gone...
IIRC, map-entries
returned a collection of [key properties value-schema]
?
AFAICT in my old code, I would get this, and access the key or the properties, what should I do to move my code to entries
?
What exactly is a -val-schema
?