Skip to content

1.0.20

Compare
Choose a tag to compare
@azawawi azawawi released this 13 Nov 11:55
· 109 commits to master since this release
  • .frameworkVersion now returns the version string (previously a optional
    string).
  • Add an initial implementation of SwiftyZeroMQ.Poller with tests (Pull
    request #1) by Jonathan Cockayne. This is
    based on the pyzmq implementation.
  • Context and Socket now conform to the Hashable protocol.
  • Fix issue #3 : Build universal libzmq.a for macOS, tvOS and watchOS.
  • Fix issue #4 : Add Poller documentation and examples by
    Jonathan Cockayne.
  • Various documentation updates.