A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pusher/pusher-websocket-swift/commit/22ef042dd4f700e41b941acb3f6afd4d1b2acc83 below:

Merge pull request #381 from pusher/prepare-release-10.1.0 · pusher/pusher-websocket-swift@22ef042 · GitHub

File tree Expand file treeCollapse file tree 8 files changed

+18

-9

lines changed

Filter options

Expand file treeCollapse file tree 8 files changed

+18

-9

lines changed Original file line number Diff line number Diff line change

@@ -4,7 +4,16 @@ 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/10.0.1...HEAD) - 2022-03-23

7 +

## [10.1.0](https://github.com/pusher/pusher-websocket-swift/compare/10.0.1...10.1.0) - 2022-07-15

8 + 9 +

### Added

10 + 11 +

- `onSubscriptionCountChanged(count:Int)` method to handle `pusher_internal:subscription_count` event

12 + 13 +

### Removed

14 + 15 +

- SwiftLint from SPM's package.swift.

16 + 8 17 9 18

## [10.0.1](https://github.com/pusher/pusher-websocket-swift/compare/10.0.0...10.0.1) - 2022-03-23

10 19 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 = '10.0.1'

3 +

s.version = '10.1.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 = '10.0.1'

3 +

s.version = '10.1.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

@@ -82,7 +82,7 @@ source 'https://github.com/CocoaPods/Specs.git'

82 82

platform :ios, '10.0'

83 83

use_frameworks!

84 84 85 -

pod 'PusherSwift', '~> 9.0'

85 +

pod 'PusherSwift', '~> 10.1.0'

86 86

```

87 87 88 88

Then, run the following command:

@@ -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: "10.0.1"),

153 +

.package(url: "https://github.com/pusher/pusher-websocket-swift.git", from: "10.1.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>10.0.1</string>

18 +

<string>10.1.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 = "10.0.1"

5 +

let VERSION = "10.1.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>10.0.1</string>

18 +

<string>10.1.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 = "10.0.1"

5 +

let VERSION = "10.1.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