- add support for pkg-config
- add libzmq 3.x support [aaudis]
- fix: prevent GC happening too soon for connect/bindSync
- fix require() for 0.8.0
- change: use uv_poll in place of IOWatcher
- remove stupid engines field
- Removed -Wall (libuv unused vars caused the build to fail...)
- Added back
.createSocket()
for BC. Closes #86
- Added
.zmqVersion
[patricklucas] - Fixed multipart support [joshrtay]