+20
-8
lines changedFilter options
+20
-8
lines changed Original file line number Diff line number Diff line change
@@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased](https://github.com/pusher/pusher-websocket-swift/compare/9.2.2...HEAD)
7
+
## [Unreleased](https://github.com/pusher/pusher-websocket-swift/compare/10.0.0...HEAD)
8
+
9
+
## [10.0.0](https://github.com/pusher/pusher-websocket-swift/compare/9.2.2...10.0.0) - 2021-07-08
10
+
11
+
### Added
12
+
13
+
- The library now supports watchOS 6.0 and above.
14
+
- [Auto-generated API docs.](https://pusher.github.io/pusher-websocket-swift/)
15
+
16
+
### Removed
17
+
18
+
- The deprecated `bind(_ callback:)` method on `Pusher` has been removed.
19
+
- The deprecated `bind(eventName:callback:)` method on `PusherChannel` has been removed.
8
20
9
21
## [9.2.2](https://github.com/pusher/pusher-websocket-swift/compare/9.2.1...9.2.2) - 2021-03-11
10
22
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.new do |s|
2
2
s.name = 'PusherSwift'
3
-
s.version = '9.2.2'
3
+
s.version = '10.0.0'
4
4
s.summary = 'A Pusher client library in Swift'
5
5
s.homepage = 'https://github.com/pusher/pusher-websocket-swift'
6
6
s.license = 'MIT'
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.new do |s|
2
2
s.name = 'PusherSwiftWithEncryption'
3
-
s.version = '9.2.2'
3
+
s.version = '10.0.0'
4
4
s.summary = 'A Pusher client library in Swift that supports encrypted channels'
5
5
s.homepage = 'https://github.com/pusher/pusher-websocket-swift'
6
6
s.license = 'MIT'
Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ let package = Package(
150
150
targets: ["YourPackage"]),
151
151
],
152
152
dependencies: [
153
-
.package(url: "https://github.com/pusher/pusher-websocket-swift.git", from: "9.2.2"),
153
+
.package(url: "https://github.com/pusher/pusher-websocket-swift.git", from: "10.0.0"),
154
154
],
155
155
targets: [
156
156
.target(
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
15
15
<key>CFBundlePackageType</key>
16
16
<string>FMWK</string>
17
17
<key>CFBundleShortVersionString</key>
18
-
<string>9.2.2</string>
18
+
<string>10.0.0</string>
19
19
<key>CFBundleSignature</key>
20
20
<string>????</string>
21
21
<key>CFBundleVersion</key>
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ import Foundation
2
2
import NWWebSocket
3
3
4
4
let PROTOCOL = 7
5
-
let VERSION = "9.2.2"
5
+
let VERSION = "10.0.0"
6
6
// swiftlint:disable:next identifier_name
7
7
let CLIENT_NAME = "pusher-websocket-swift"
8
8
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
15
15
<key>CFBundlePackageType</key>
16
16
<string>BNDL</string>
17
17
<key>CFBundleShortVersionString</key>
18
-
<string>9.2.2</string>
18
+
<string>10.0.0</string>
19
19
<key>CFBundleSignature</key>
20
20
<string>????</string>
21
21
<key>CFBundleVersion</key>
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ import XCTest
2
2
3
3
@testable import PusherSwift
4
4
5
-
let VERSION = "9.2.2"
5
+
let VERSION = "10.0.0"
6
6
7
7
class ClientInitializationTests: XCTestCase {
8
8
private var key: String!
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4