Skip to content

v5.0.0

Compare
Choose a tag to compare
@hdgarrood hdgarrood released this 04 Aug 19:14
· 34 commits to master since this release
  • Add OpenBSD, Android, and AIX to Platform constructors (@AlexanderAA)
  • Make Node.Process.platform return a Maybe Platform to avoid crashes on unrecognised operating systems
  • Use exception :: EXCEPTION where appropriate instead of the previous err :: EXCEPTION to bring this library into line with the types used in recent versions of purescript-exceptions (@nwolverson)