Skip to content

v5.0.0

Compare
Choose a tag to compare
@garyb garyb released this 24 May 10:57
· 20 commits to master since this release
3b8f3ae
  • Updated for PureScript 0.12
  • renderForeignError now renders nested errors correcty (@abhin4v)
  • The namespace is now Foreign rather than Data.Foreign
  • The JSONError constructor was removed. This library is not for JSON, it was a bad name - use ForeignError instead.
  • toForeign has been renamed as unsafeToForeign with a comment explaining its intended usage and potential risks