Skip to content

v0.10.0

Compare
Choose a tag to compare
@justinwoo justinwoo released this 21 Sep 20:42
· 127 commits to master since this release

This release adds an encoding for Maybe as detailed in this PR:

#16

  • "undefined" (missing fields) and null will parse to Nothing
  • Nothing will write to null.

Please exercise caution when using Maybe in JSON!