Skip to content

Releases: PureSwift/Socket

0.3.2

15 May 18:07
Compare
Choose a tag to compare

Full Changelog: 0.3.1...0.3.2

0.3.1

13 May 21:52
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.3.1

0.3.0

12 May 17:29
Compare
Choose a tag to compare

What's Changed

  • Removed assertion failure when poll() on invalid socket by @osy in #6

New Contributors

  • @osy made their first contribution in #6

Full Changelog: 0.2.5...0.3.0

v0.2.5

06 Oct 20:20
Compare
Choose a tag to compare

v0.2.4

v0.2.3

v0.2.2

05 May 11:22
Compare
Choose a tag to compare

v0.2.1

05 May 06:06
Compare
Choose a tag to compare

v0.2.0

27 Apr 19:13
e532539
Compare
Choose a tag to compare
  • #2 Added SocketDescriptor and related low-level types

0.1.1

25 Apr 02:55
Compare
Choose a tag to compare
  • 8a5d316 Do not sleep for reading and writing
  • c1d192d Added Socket.Event.Stream