Skip to content

v0.2.0

Compare
Choose a tag to compare
@paf31 paf31 released this 20 Aug 15:30
· 114 commits to master since this release

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 the ForeignParser monad.