SwiftyZeroMQ v1.0.20 Release Notes

Release Date: 2016-11-13 // over 7 years ago
    • .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.