Skip to content

Commit

Permalink
Releasing version 5.0.0-beta.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jun 28, 2019
1 parent 46a3b6c commit c862a8a
Show file tree
Hide file tree
Showing 61 changed files with 980 additions and 611 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

# Next

## [5.0.0-beta.5](https://github.com/MLSDev/TRON/releases/tag/5.0.0-beta.5)

### Added

* Support for per-request Interceptors.
Expand Down
2 changes: 1 addition & 1 deletion Supporting files/Framework.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0-beta.4</string>
<string>5.0.0-beta.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion TRON.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TRON'
s.version = "5.0.0-beta.4"
s.version = "5.0.0-beta.5"
s.license = 'MIT'
s.summary = 'Lightweight network abstraction layer, written on top of Alamofire'
s.homepage = 'https://github.com/MLSDev/TRON'
Expand Down
12 changes: 6 additions & 6 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="index.html">
TRON Docs
</a>
(93% documented)
(92% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -92,6 +92,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/URLBuilder.html">URLBuilder</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/URLBuilder/Behavior.html">– Behavior</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/UploadAPIRequest.html">UploadAPIRequest</a>
</li>
Expand Down Expand Up @@ -123,9 +126,6 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/TronDelegate.html">TronDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/URLBuildable.html">URLBuildable</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -491,7 +491,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">URLBuilder</span> <span class="p">:</span> <span class="kt"><a href="Protocols/URLBuildable.html">URLBuildable</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">URLBuilder</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -538,7 +538,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2019-06-16)</p>
<p>&copy; 2019 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2019-06-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
10 changes: 5 additions & 5 deletions docs/Classes/APIError.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="../index.html">
TRON Docs
</a>
(93% documented)
(92% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -92,6 +92,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/URLBuilder.html">URLBuilder</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/URLBuilder/Behavior.html">– Behavior</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/UploadAPIRequest.html">UploadAPIRequest</a>
</li>
Expand Down Expand Up @@ -123,9 +126,6 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/TronDelegate.html">TronDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/URLBuildable.html">URLBuildable</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -412,7 +412,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2019-06-16)</p>
<p>&copy; 2019 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2019-06-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
32 changes: 16 additions & 16 deletions docs/Classes/APIRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="../index.html">
TRON Docs
</a>
(93% documented)
(92% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -92,6 +92,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/URLBuilder.html">URLBuilder</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/URLBuilder/Behavior.html">– Behavior</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/UploadAPIRequest.html">UploadAPIRequest</a>
</li>
Expand Down Expand Up @@ -123,9 +126,6 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/TronDelegate.html">TronDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/URLBuildable.html">URLBuildable</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -218,9 +218,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:4TRON10APIRequestC17validationClosureXevp"></a>
<a name="/s:4TRON10APIRequestC17validationClosurey9Alamofire11DataRequestCAGcvp"></a>
<a name="//apple_ref/swift/Property/validationClosure" class="dashAnchor"></a>
<a class="token" href="#/s:4TRON10APIRequestC17validationClosureXevp">validationClosure</a>
<a class="token" href="#/s:4TRON10APIRequestC17validationClosurey9Alamofire11DataRequestCAGcvp">validationClosure</a>
</code>
</div>
<div class="height-container">
Expand All @@ -245,17 +245,17 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:4TRON10APIRequestC10validationyACyxq_GXDXecAeA17ErrorSerializableR_r0_lF"></a>
<a name="/s:4TRON10APIRequestC10validationyACyxq_GXD9Alamofire11DataRequestCAHcF"></a>
<a name="//apple_ref/swift/Method/validation(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:4TRON10APIRequestC10validationyACyxq_GXDXecAeA17ErrorSerializableR_r0_lF">validation(_:)</a>
<a class="token" href="#/s:4TRON10APIRequestC10validationyACyxq_GXD9Alamofire11DataRequestCAHcF">validation(_:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Sets <code><a href="../Classes/APIRequest.html#/s:4TRON10APIRequestC17validationClosureXevp">validationClosure</a></code> to <code>validation</code> parameter and returns configured request</p>
<p>Sets <code><a href="../Classes/APIRequest.html#/s:4TRON10APIRequestC17validationClosurey9Alamofire11DataRequestCAGcvp">validationClosure</a></code> to <code>validation</code> parameter and returns configured request</p>

</div>
<div class="declaration">
Expand Down Expand Up @@ -295,9 +295,9 @@ <h4>Return Value</h4>
<li class="item">
<div>
<code>
<a name="/s:4TRON10APIRequestC4path4tron18responseSerializerACyxq_GSS_A2ACqd__tclufc"></a>
<a name="/s:4TRON10APIRequestC4path4tron18responseSerializerACyxq_GSS_A2ACqd__tc16SerializedObjectQyd__Rsz9Alamofire012DataResponseF8ProtocolRd__lufc"></a>
<a name="//apple_ref/swift/Method/init(path:tron:responseSerializer:)" class="dashAnchor"></a>
<a class="token" href="#/s:4TRON10APIRequestC4path4tron18responseSerializerACyxq_GSS_A2ACqd__tclufc">init(path:tron:responseSerializer:)</a>
<a class="token" href="#/s:4TRON10APIRequestC4path4tron18responseSerializerACyxq_GSS_A2ACqd__tc16SerializedObjectQyd__Rsz9Alamofire012DataResponseF8ProtocolRd__lufc">init(path:tron:responseSerializer:)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -323,9 +323,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:4TRON10APIRequestC7performyXeyxcSg_yq_cSgtcACyxq_GAA17ErrorSerializableR_r0_lF"></a>
<a name="/s:4TRON10APIRequestC7perform11withSuccess7failure9Alamofire11DataRequestCyxcSg_yq_cSgtF"></a>
<a name="//apple_ref/swift/Method/perform(withSuccess:failure:)" class="dashAnchor"></a>
<a class="token" href="#/s:4TRON10APIRequestC7performyXeyxcSg_yq_cSgtcACyxq_GAA17ErrorSerializableR_r0_lF">perform(withSuccess:failure:)</a>
<a class="token" href="#/s:4TRON10APIRequestC7perform11withSuccess7failure9Alamofire11DataRequestCyxcSg_yq_cSgtF">perform(withSuccess:failure:)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -351,9 +351,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:4TRON10APIRequestC25performCollectingTimelineyXeXe_tcACyxq_GAA17ErrorSerializableR_r0_lF"></a>
<a name="/s:4TRON10APIRequestC25performCollectingTimeline14withCompletion9Alamofire11DataRequestCyAF0I8ResponseVyxGc_tF"></a>
<a name="//apple_ref/swift/Method/performCollectingTimeline(withCompletion:)" class="dashAnchor"></a>
<a class="token" href="#/s:4TRON10APIRequestC25performCollectingTimelineyXeXe_tcACyxq_GAA17ErrorSerializableR_r0_lF">performCollectingTimeline(withCompletion:)</a>
<a class="token" href="#/s:4TRON10APIRequestC25performCollectingTimeline14withCompletion9Alamofire11DataRequestCyAF0I8ResponseVyxGc_tF">performCollectingTimeline(withCompletion:)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -384,7 +384,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2019-06-16)</p>
<p>&copy; 2019 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2019-06-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
10 changes: 5 additions & 5 deletions docs/Classes/APIStub.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="../index.html">
TRON Docs
</a>
(93% documented)
(92% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -92,6 +92,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/URLBuilder.html">URLBuilder</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/URLBuilder/Behavior.html">– Behavior</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/UploadAPIRequest.html">UploadAPIRequest</a>
</li>
Expand Down Expand Up @@ -123,9 +126,6 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/TronDelegate.html">TronDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/URLBuildable.html">URLBuildable</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -528,7 +528,7 @@ <h4>Parameters</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2019-06-16)</p>
<p>&copy; 2019 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2019-06-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Loading

0 comments on commit c862a8a

Please sign in to comment.