v0.2.0
Quite a few breaking changes to both names and types:
- A type for errors instead of using string concatenation.
- Breaking a few functions out into their own submodules.
- Adding types and instances to handle null-like values.
- Use the
Either
monad instead of theForeignParser
monad.