Releases: azawawi/SwiftyZeroMQ
Releases · azawawi/SwiftyZeroMQ
1.0.25
1.0.24
1.0.23
1.0.22
- Upgrade to ZeroMQ 4.2.0 stable (up from 4.1.6).
- Add
context.setBlocky
andcontext.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 forterminate
for consistency. - Reorganize Xcode project structure and move
libzmq
platform-specific files
to its ownLibraries
folder (was inSources
). - Fix example project build issues (namely watchOS)
1.0.21
1.0.20
.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.
1.0.19
- Upgrade to stable ZeroMQ 4.1.6 (up from 4.1.5).
- Example projects has now the same version.
- Add macOS, tvOS and watchOS support.
- Run tests on macOS, tvOS.
- Add example projects for all supported platforms.
- Various documentation updates including adding steps to use
pod try SwiftyZeroMQ
.
1.0.18
1.0.17
1.0.16
- A better user guide documentation with a table of contents.
- Minimum support iOS version is now 9+ (up from 8).
- Add quick help inline comment documentation.
- Prevent wrong usage of virtual namespace struct (i.e.
SwiftyZeroMQ
). - Various documentation fixes.
- Fix Travis CI random failures.
- Fix ruby script to check for MacOS.