Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

65 lines (35 loc) · 1.97 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.5.2 - 2021-03-11

Fixed

  • Resolved an issue preventing App Store submission when integrating NWWebSocket using certain dependency managers.

0.5.1 - 2020-12-15

Fixed

  • Resolved a race condition that could prevent a manual reconnection attempt in certain circumstances.

0.5.0 - 2020-11-20

Added

  • Connection state reporting and automatic migration when a better network path becomes available.

Changed

  • Improved Apple Quick Help documentation comments coverage.
  • Error-reporting improvements (passes the NWError directly via the delegate callback).

0.4.0 - 2020-10-27

Added

  • watchOS support (6.0 and above).
  • Additions to the README to help new users of NWWebSocket library.

0.3.0 - 2020-10-16

Added

0.2.1 - 2020-10-16

Added

  • This CHANGELOG file.

Changed

  • NWWebSocket class (and some methods) are now defined as open (previously they were public).

0.2.0 - 2020-10-15

Added

0.1.0 - 2020-10-15

Added

  • Initial version of NWWebSocket.