Luv 0.5.9
Additions
- Upgrade vendored libuv to 1.42.0 (#118).
- Expose
UV_EOVERFLOW
as `EOVERFLOW (#118). - Expose
UV_ESOCKTNOSUPPORT
as `ESOCKTNOSUPPORT (#118). - Expose
uv_try_write2
asLuv.Stream.try_write2
(#118).
Bugs fixed
- Define
sa_family_t
on MinGW (#113, David Scott).