Skip to content

Commit 85026dd

Browse files
committed
Releasing version 5.0.0-rc.1.
1 parent a51a8fd commit 85026dd

27 files changed

+609
-528
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6+
## [5.0.0-rc.1](https://github.com/MLSDev/TRON/releases/tag/5.0.0-rc.1)
7+
68
### Added
79

810
* Better debug prints for `NetworkLoggerPlugin` when decoding using `Codable` protocol.

Diff for: Gemfile.lock

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
4+
CFPropertyList (3.0.1)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
addressable (2.6.0)
11-
public_suffix (>= 2.0.2, < 4.0)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
1212
atomos (0.1.3)
1313
babosa (1.0.2)
14-
claide (1.0.2)
15-
cocoapods (1.7.2)
14+
claide (1.0.3)
15+
cocoapods (1.7.5)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.7.2)
18+
cocoapods-core (= 1.7.5)
1919
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2020
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -31,7 +31,7 @@ GEM
3131
nap (~> 1.0)
3232
ruby-macho (~> 1.4)
3333
xcodeproj (>= 1.10.0, < 2.0)
34-
cocoapods-core (1.7.2)
34+
cocoapods-core (1.7.5)
3535
activesupport (>= 4.0.2, < 6)
3636
fuzzy_match (~> 2.0.4)
3737
nap (~> 1.0)
@@ -41,7 +41,7 @@ GEM
4141
nap
4242
cocoapods-search (1.0.0)
4343
cocoapods-stats (1.1.0)
44-
cocoapods-trunk (1.3.1)
44+
cocoapods-trunk (1.4.0)
4545
nap (>= 0.8, < 2.0)
4646
netrc (~> 0.11)
4747
cocoapods-try (1.1.0)
@@ -53,21 +53,21 @@ GEM
5353
declarative (0.0.10)
5454
declarative-option (0.1.0)
5555
digest-crc (0.4.1)
56-
domain_name (0.5.20180417)
56+
domain_name (0.5.20190701)
5757
unf (>= 0.0.5, < 1.0.0)
58-
dotenv (2.7.2)
58+
dotenv (2.7.5)
5959
emoji_regex (1.0.1)
6060
escape (0.0.4)
61-
excon (0.64.0)
61+
excon (0.66.0)
6262
faraday (0.15.4)
6363
multipart-post (>= 1.2, < 3)
6464
faraday-cookie_jar (0.0.6)
6565
faraday (>= 0.7.4)
6666
http-cookie (~> 1.0.0)
6767
faraday_middleware (0.13.1)
6868
faraday (>= 0.7.4, < 1.0)
69-
fastimage (2.1.5)
70-
fastlane (2.125.2)
69+
fastimage (2.1.7)
70+
fastlane (2.130.0)
7171
CFPropertyList (>= 2.3, < 4.0.0)
7272
addressable (>= 2.3, < 3.0.0)
7373
babosa (>= 1.0.2, < 2.0.0)
@@ -87,7 +87,7 @@ GEM
8787
highline (>= 1.7.2, < 2.0.0)
8888
json (< 3.0.0)
8989
jwt (~> 2.1.0)
90-
mini_magick (~> 4.5.1)
90+
mini_magick (>= 4.9.4, < 5.0.0)
9191
multi_xml (~> 0.5)
9292
multipart-post (~> 2.0.0)
9393
plist (>= 3.1.0, < 4.0.0)
@@ -106,7 +106,7 @@ GEM
106106
xcpretty-travis-formatter (>= 0.0.3)
107107
fastlane-plugin-versioning (0.3.4)
108108
ffi (1.11.1)
109-
fourflusher (2.3.0)
109+
fourflusher (2.3.1)
110110
fuzzy_match (2.0.4)
111111
gh_inspector (1.1.3)
112112
google-api-client (0.23.9)
@@ -117,9 +117,9 @@ GEM
117117
representable (~> 3.0)
118118
retriable (>= 2.0, < 4.0)
119119
signet (~> 0.9)
120-
google-cloud-core (1.3.0)
120+
google-cloud-core (1.3.1)
121121
google-cloud-env (~> 1.0)
122-
google-cloud-env (1.1.0)
122+
google-cloud-env (1.2.1)
123123
faraday (~> 0.11)
124124
google-cloud-storage (1.16.0)
125125
digest-crc (~> 0.4)
@@ -139,29 +139,29 @@ GEM
139139
httpclient (2.8.3)
140140
i18n (0.9.5)
141141
concurrent-ruby (~> 1.0)
142-
jazzy (0.9.4)
143-
cocoapods (~> 1.0)
144-
mustache (~> 0.99)
142+
jazzy (0.10.0)
143+
cocoapods (~> 1.5)
144+
mustache (~> 1.1)
145145
open4
146-
redcarpet (~> 3.2)
146+
redcarpet (~> 3.4)
147147
rouge (>= 2.0.6, < 4.0)
148-
sass (~> 3.4)
148+
sass (~> 3.6)
149149
sqlite3 (~> 1.3)
150150
xcinvoke (~> 0.3.0)
151151
json (2.2.0)
152152
jwt (2.1.0)
153153
liferaft (0.0.6)
154154
memoist (0.16.0)
155-
mime-types (3.2.2)
155+
mime-types (3.3)
156156
mime-types-data (~> 3.2015)
157-
mime-types-data (3.2019.0331)
158-
mini_magick (4.5.1)
157+
mime-types-data (3.2019.0904)
158+
mini_magick (4.9.5)
159159
minitest (5.11.3)
160160
molinillo (0.6.6)
161161
multi_json (1.13.1)
162162
multi_xml (0.6.0)
163163
multipart-post (2.0.0)
164-
mustache (0.99.8)
164+
mustache (1.1.0)
165165
nanaimo (0.2.6)
166166
nap (1.1.0)
167167
naturally (2.2.0)
@@ -175,7 +175,7 @@ GEM
175175
rb-fsevent (0.10.3)
176176
rb-inotify (0.10.0)
177177
ffi (~> 1.0)
178-
redcarpet (3.4.0)
178+
redcarpet (3.5.0)
179179
representable (3.0.4)
180180
declarative (< 0.1.0)
181181
declarative-option (< 0.2.0)
@@ -221,7 +221,7 @@ GEM
221221
word_wrap (1.0.0)
222222
xcinvoke (0.3.0)
223223
liferaft (~> 0.0.6)
224-
xcodeproj (1.10.0)
224+
xcodeproj (1.12.0)
225225
CFPropertyList (>= 2.3.3, < 4.0)
226226
atomos (~> 0.1.3)
227227
claide (>= 1.0.2, < 2.0)

Diff for: Supporting files/Framework.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.0.0-beta.5</string>
18+
<string>5.0.0-rc.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Diff for: TRON.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TRON'
3-
s.version = "5.0.0-beta.5"
3+
s.version = "5.0.0-rc.1"
44
s.license = 'MIT'
55
s.summary = 'Lightweight network abstraction layer, written on top of Alamofire'
66
s.homepage = 'https://github.com/MLSDev/TRON'

Diff for: docs/badge.svg

+8-8
Loading

Diff for: docs/css/jazzy.css

+7-3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ a {
6363
a:hover, a:focus {
6464
outline: 0;
6565
text-decoration: underline; }
66+
a.discouraged {
67+
text-decoration: line-through; }
68+
a.discouraged:hover, a.discouraged:focus {
69+
text-decoration: underline line-through; }
6670

6771
table {
6872
background: #fff;
@@ -225,7 +229,7 @@ pre code {
225229
.item a[name]:before {
226230
content: "";
227231
display: block; }
228-
.item .token {
232+
.item .token, .item .direct-link {
229233
padding-left: 3px;
230234
margin-left: 0px;
231235
font-size: 1rem; }
@@ -287,9 +291,9 @@ pre code {
287291
.language .aside-title {
288292
color: #4183c4; }
289293

290-
.aside-warning {
294+
.aside-warning, .aside-deprecated, .aside-unavailable {
291295
border-left: 5px solid #ff6666; }
292-
.aside-warning .aside-title {
296+
.aside-warning .aside-title, .aside-deprecated .aside-title, .aside-unavailable .aside-title {
293297
color: #ff0000; }
294298

295299
.graybox {

Diff for: docs/docsets/TRON.docset/Contents/Resources/Documents/badge.svg

+2-2
Loading

Diff for: docs/docsets/TRON.docset/Contents/Resources/Documents/css/jazzy.css

+7-3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ a {
6363
a:hover, a:focus {
6464
outline: 0;
6565
text-decoration: underline; }
66+
a.discouraged {
67+
text-decoration: line-through; }
68+
a.discouraged:hover, a.discouraged:focus {
69+
text-decoration: underline line-through; }
6670

6771
table {
6872
background: #fff;
@@ -225,7 +229,7 @@ pre code {
225229
.item a[name]:before {
226230
content: "";
227231
display: block; }
228-
.item .token {
232+
.item .token, .item .direct-link {
229233
padding-left: 3px;
230234
margin-left: 0px;
231235
font-size: 1rem; }
@@ -287,9 +291,9 @@ pre code {
287291
.language .aside-title {
288292
color: #4183c4; }
289293

290-
.aside-warning {
294+
.aside-warning, .aside-deprecated, .aside-unavailable {
291295
border-left: 5px solid #ff6666; }
292-
.aside-warning .aside-title {
296+
.aside-warning .aside-title, .aside-deprecated .aside-title, .aside-unavailable .aside-title {
293297
color: #ff0000; }
294298

295299
.graybox {

0 commit comments

Comments
 (0)