v5.0.0
- Updated for PureScript 0.12
renderForeignError
now renders nested errors correcty (@abhin4v)- The namespace is now
Foreign
rather thanData.Foreign
- The
JSONError
constructor was removed. This library is not for JSON, it was a bad name - useForeignError
instead. toForeign
has been renamed asunsafeToForeign
with a comment explaining its intended usage and potential risks