v5.0.0
- Add
OpenBSD
,Android
, andAIX
toPlatform
constructors (@AlexanderAA) - Make
Node.Process.platform
return aMaybe Platform
to avoid crashes on unrecognised operating systems - Use
exception :: EXCEPTION
where appropriate instead of the previouserr :: EXCEPTION
to bring this library into line with the types used in recent versions ofpurescript-exceptions
(@nwolverson)