You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `OpenBSD`, `Android`, and `AIX` to `Platform` constructors (@AlexanderAA)
26
-
* Make`Node.Process.platform` return a `Maybe Platform` to avoid crashes on unrecognised operating systems
27
-
* 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)
41
+
- Add `OpenBSD`, `Android`, and `AIX` to `Platform` constructors (@AlexanderAA)
42
+
- Made`Node.Process.platform` return a `Maybe Platform` to avoid crashes on unrecognised operating systems
43
+
- Used`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)
0 commit comments