Skip to content

Commit 390dc06

Browse files
author
Bahadir Oncel
committed
Bump v1.5.7
1 parent 82ba199 commit 390dc06

File tree

380 files changed

+1664
-437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

380 files changed

+1664
-437
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### ✅ Added
1212

1313
### 🐞 Fixed
14-
- Fixed nested frameworks when using Carthage [#100](https://github.com/GetStream/stream-chat-swift/issues/100)
14+
15+
# [1.5.7](https://github.com/GetStream/stream-chat-swift/releases/tag/1.5.7)
16+
_♥️ February 14, 2020 ♥️_
17+
18+
### 🐞 Fixed
19+
- Fixed "nested frameworks are not allowed" error when using Carthage [#100](https://github.com/GetStream/stream-chat-swift/issues/100)
1520
- Fixed strikethrough markdown with ~~ correctly applied [#97](https://github.com/GetStream/stream-chat-swift/issues/97)
16-
- Fixed connection issue [#70](https://github.com/GetStream/stream-chat-swift/issues/70)
21+
- Fixed "connectionId is empty" error when app becomes active after disconnecting [#70](https://github.com/GetStream/stream-chat-swift/issues/70)
1722

1823
# [1.5.6](https://github.com/GetStream/stream-chat-swift/releases/tag/1.5.6)
1924
_February 11, 2020_

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ gem "fastlane"
88
gem "cocoapods"
99
gem "danger"
1010
gem "danger-swiftlint"
11+
gem "jazzy"

Gemfile.lock

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,23 @@ GEM
5858
colored2 (3.1.2)
5959
commander-fastlane (4.4.6)
6060
highline (~> 1.7.2)
61-
concurrent-ruby (1.1.5)
61+
concurrent-ruby (1.1.6)
6262
cork (0.3.0)
6363
colored2 (~> 3.1)
64-
danger (6.2.0)
64+
danger (6.2.2)
6565
claide (~> 1.0)
6666
claide-plugins (>= 0.9.2)
6767
colored2 (~> 3.1)
6868
cork (~> 0.1)
6969
faraday (~> 0.9)
7070
faraday-http-cache (~> 2.0)
71-
git (~> 1.5)
71+
git (~> 1.6)
7272
kramdown (~> 2.0)
7373
kramdown-parser-gfm (~> 1.0)
7474
no_proxy_fix
7575
octokit (~> 4.7)
7676
terminal-table (~> 1)
77-
danger-swiftlint (0.24.0)
77+
danger-swiftlint (0.24.1)
7878
danger
7979
rake (> 10)
8080
thor (~> 0.19)
@@ -134,6 +134,7 @@ GEM
134134
xcodeproj (>= 1.13.0, < 2.0.0)
135135
xcpretty (~> 0.3.0)
136136
xcpretty-travis-formatter (>= 0.0.3)
137+
ffi (1.12.2)
137138
fourflusher (2.3.1)
138139
fuzzy_match (2.0.4)
139140
gh_inspector (1.1.3)
@@ -173,11 +174,21 @@ GEM
173174
httpclient (2.8.3)
174175
i18n (0.9.5)
175176
concurrent-ruby (~> 1.0)
177+
jazzy (0.13.1)
178+
cocoapods (~> 1.5)
179+
mustache (~> 1.1)
180+
open4
181+
redcarpet (~> 3.4)
182+
rouge (>= 2.0.6, < 4.0)
183+
sassc (~> 2.1)
184+
sqlite3 (~> 1.3)
185+
xcinvoke (~> 0.3.0)
176186
json (2.3.0)
177187
jwt (2.1.0)
178188
kramdown (2.1.0)
179189
kramdown-parser-gfm (1.1.0)
180190
kramdown (~> 2.0)
191+
liferaft (0.0.6)
181192
memoist (0.16.2)
182193
mini_magick (4.10.1)
183194
mini_mime (1.0.2)
@@ -186,12 +197,13 @@ GEM
186197
multi_json (1.14.1)
187198
multi_xml (0.6.0)
188199
multipart-post (2.0.0)
200+
mustache (1.1.1)
189201
nanaimo (0.2.6)
190202
nap (1.1.0)
191203
naturally (2.2.0)
192204
netrc (0.11.0)
193205
no_proxy_fix (0.1.2)
194-
octokit (4.15.0)
206+
octokit (4.16.0)
195207
faraday (>= 0.9)
196208
sawyer (~> 0.8.0, >= 0.5.3)
197209
open4 (1.3.4)
@@ -200,6 +212,7 @@ GEM
200212
public_suffix (2.0.5)
201213
rake (13.0.1)
202214
rchardet (1.8.0)
215+
redcarpet (3.5.0)
203216
representable (3.0.4)
204217
declarative (< 0.1.0)
205218
declarative-option (< 0.2.0)
@@ -208,6 +221,8 @@ GEM
208221
rouge (2.0.7)
209222
ruby-macho (1.4.0)
210223
rubyzip (1.3.0)
224+
sassc (2.2.1)
225+
ffi (~> 1.9)
211226
sawyer (0.8.2)
212227
addressable (>= 2.3.5)
213228
faraday (> 0.8, < 2.0)
@@ -217,10 +232,11 @@ GEM
217232
faraday (~> 0.9)
218233
jwt (>= 1.5, < 3.0)
219234
multi_json (~> 1.10)
220-
simctl (1.6.7)
235+
simctl (1.6.8)
221236
CFPropertyList
222237
naturally
223238
slack-notifier (2.3.2)
239+
sqlite3 (1.4.2)
224240
terminal-notifier (2.0.0)
225241
terminal-table (1.8.0)
226242
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -238,7 +254,9 @@ GEM
238254
unf_ext (0.0.7.6)
239255
unicode-display_width (1.6.1)
240256
word_wrap (1.0.0)
241-
xcodeproj (1.14.0)
257+
xcinvoke (0.3.0)
258+
liferaft (~> 0.0.6)
259+
xcodeproj (1.15.0)
242260
CFPropertyList (>= 2.3.3, < 4.0)
243261
atomos (~> 0.1.3)
244262
claide (>= 1.0.2, < 2.0)
@@ -257,6 +275,7 @@ DEPENDENCIES
257275
danger
258276
danger-swiftlint
259277
fastlane
278+
jazzy
260279

261280
BUNDLED WITH
262281
2.0.2

StreamChat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "StreamChat"
3-
spec.version = "1.5.6"
3+
spec.version = "1.5.7"
44
spec.summary = "Stream iOS Chat"
55
spec.description = "stream-chat-swift is the official Swift client and UI for Stream Chat, a service for building chat applications."
66

StreamChat.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@
17311731
"@executable_path/Frameworks",
17321732
"@loader_path/Frameworks",
17331733
);
1734-
MARKETING_VERSION = 1.5.6;
1734+
MARKETING_VERSION = 1.5.7;
17351735
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
17361736
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
17371737
SKIP_INSTALL = YES;
@@ -1763,7 +1763,7 @@
17631763
"@executable_path/Frameworks",
17641764
"@loader_path/Frameworks",
17651765
);
1766-
MARKETING_VERSION = 1.5.6;
1766+
MARKETING_VERSION = 1.5.7;
17671767
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
17681768
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
17691769
SKIP_INSTALL = YES;
@@ -1796,7 +1796,7 @@
17961796
"@executable_path/Frameworks",
17971797
"@loader_path/Frameworks",
17981798
);
1799-
MARKETING_VERSION = 1.5.6;
1799+
MARKETING_VERSION = 1.5.7;
18001800
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
18011801
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
18021802
SKIP_INSTALL = YES;
@@ -1829,7 +1829,7 @@
18291829
"@executable_path/Frameworks",
18301830
"@loader_path/Frameworks",
18311831
);
1832-
MARKETING_VERSION = 1.5.6;
1832+
MARKETING_VERSION = 1.5.7;
18331833
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
18341834
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
18351835
SKIP_INSTALL = YES;

StreamChatCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "StreamChatCore"
3-
spec.version = "1.5.6"
3+
spec.version = "1.5.7"
44
spec.summary = "Stream iOS Chat Core"
55
spec.description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications."
66

docs/core/Classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ <h4>Declaration</h4>
799799
</section>
800800
</section>
801801
<section id="footer">
802-
<p>&copy; 2020 <a class="link" href="getstream.io" target="_blank" rel="external">GetStream.io</a>. All rights reserved. (Last updated: 2020-02-11)</p>
802+
<p>&copy; 2020 <a class="link" href="getstream.io" target="_blank" rel="external">GetStream.io</a>. All rights reserved. (Last updated: 2020-02-14)</p>
803803
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
804804
</section>
805805
</article>

docs/core/Classes/Atomic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ <h4>Declaration</h4>
694694
</section>
695695
</section>
696696
<section id="footer">
697-
<p>&copy; 2020 <a class="link" href="getstream.io" target="_blank" rel="external">GetStream.io</a>. All rights reserved. (Last updated: 2020-02-11)</p>
697+
<p>&copy; 2020 <a class="link" href="getstream.io" target="_blank" rel="external">GetStream.io</a>. All rights reserved. (Last updated: 2020-02-14)</p>
698698
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
699699
</section>
700700
</article>

docs/core/Classes/Channel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ <h4>Declaration</h4>
968968
<h4>Declaration</h4>
969969
<div class="language">
970970
<p class="aside-title">Swift</p>
971-
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">convenience</span> <span class="nf">init</span><span class="p">(</span><span class="nv">type</span><span class="p">:</span> <span class="kt"><a href="../Enums/ChannelType.html">ChannelType</a></span><span class="p">,</span> <span class="n">with</span> <span class="nv">member</span><span class="p">:</span> <span class="kt"><a href="../Structs/Member.html">Member</a></span><span class="p">,</span> <span class="nv">extraData</span><span class="p">:</span> <span class="kt">Codable</span><span class="p">?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">)</span></code></pre>
971+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="n">convenience</span> <span class="nf">init</span><span class="p">(</span><span class="nv">type</span><span class="p">:</span> <span class="kt"><a href="../Enums/ChannelType.html">ChannelType</a></span><span class="p">,</span> <span class="n">with</span> <span class="nv">member</span><span class="p">:</span> <span class="kt"><a href="../Structs/Member.html">Member</a></span><span class="p">,</span> <span class="nv">extraData</span><span class="p">:</span> <span class="kt">Codable</span><span class="p">?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">)</span></code></pre>
972972

973973
</div>
974974
</div>
@@ -3666,7 +3666,7 @@ <h4>Declaration</h4>
36663666
</section>
36673667
</section>
36683668
<section id="footer">
3669-
<p>&copy; 2020 <a class="link" href="getstream.io" target="_blank" rel="external">GetStream.io</a>. All rights reserved. (Last updated: 2020-02-11)</p>
3669+
<p>&copy; 2020 <a class="link" href="getstream.io" target="_blank" rel="external">GetStream.io</a>. All rights reserved. (Last updated: 2020-02-14)</p>
36703670
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
36713671
</section>
36723672
</article>

docs/core/Classes/Channel/Command.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ <h4>Declaration</h4>
628628
</section>
629629
</section>
630630
<section id="footer">
631-
<p>&copy; 2020 <a class="link" href="getstream.io" target="_blank" rel="external">GetStream.io</a>. All rights reserved. (Last updated: 2020-02-11)</p>
631+
<p>&copy; 2020 <a class="link" href="getstream.io" target="_blank" rel="external">GetStream.io</a>. All rights reserved. (Last updated: 2020-02-14)</p>
632632
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
633633
</section>
634634
</article>

0 commit comments

Comments
 (0)