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
- Resolved an issue preventing App Store submission when integrating NWWebSocket using certain dependency managers.
0.5.1 - 2020-12-15
- Resolved a race condition that could prevent a manual reconnection attempt in certain circumstances.
0.5.0 - 2020-11-20
- Connection state reporting and automatic migration when a better network path becomes available.
- Improved Apple Quick Help documentation comments coverage.
- Error-reporting improvements (passes the
NWError
directly via the delegate callback).
0.4.0 - 2020-10-27
- watchOS support (6.0 and above).
- Additions to the README to help new users of
NWWebSocket
library.
0.3.0 - 2020-10-16
- Cocoapods support.
0.2.1 - 2020-10-16
- This CHANGELOG file.
NWWebSocket
class (and some methods) are now defined asopen
(previously they werepublic
).
0.2.0 - 2020-10-15
- Carthage support.
0.1.0 - 2020-10-15
- Initial version of
NWWebSocket
.