Skip to content

Roadmap

fge edited this page Nov 22, 2011 · 127 revisions

In 0.5

Looking for ideas!

Any issue opened will receive full attention: I have my uses, other people have other uses. Do not make the error to neglect them. I do hope to have input.

Internal API changes

OK, this really is no feature, but some parts of the code become too convoluted for my own sanity. I have several targets in mind.

Format validators registration

The format keyword theoretically allows users to register their own formats. Allow that.

And one or more from below

Streaming validation

Right now the whole instance is read in memory before proceeding -- not a smart move if you want to validate really big stuff. Try and stream the process instead... Ouch. This means a redesign.

Clone this wiki locally