SwiftyZeroMQ v1.0.22 Release Notes

Release Date: 2017-01-18 // about 7 years ago
    • โฌ†๏ธ Upgrade to ZeroMQ 4.2.0 stable (up from 4.1.6).
    • โž• Add context.setBlocky and context.setMaxMessageSize (new in 4.2)
    • ๐Ÿ“š Various documentation updates to manual and SocketType.
    • Prevent automatic deinitializer context and socket cleanup if already closed.
    • Provide context.close() as an alias for terminate for consistency.
    • ๐Ÿšš Reorganize Xcode project structure and move libzmq platform-specific files
      to its own Libraries folder (was in Sources).
    • ๐Ÿ›  Fix example project build issues (namely watchOS)