Fork me on GitHub
#malli
<
2020-07-19
>
mike_ananev09:07:26

@ikitommi Hi. Is there any roadmap for the first release? (How many features/errors should be improved/fixed before release? )

ikitommi10:07:15

@mike1452 just the https://github.com/metosin/malli/pull/212 I think. But it seems to be a rabbit hole, can’t do the error thing in it elegantly with the current api, need either to discover a simple resolution for it, to change the explain (internal) api or the LensSchema api.

ikitommi10:07:57

also, checked the regal-malli integration, and might do a quick re-pacakge of the protocols so that implementing a new schema instance doesn’t require requiring all malli namespaces.

ikitommi10:07:04

all small things, the first release will be alpha with 98% stabile public api and 80% stabile internal. try to get all the breaking things (for the better) before the release.