Skip to content

Commit 01b8b37

Browse files
committed
Set to v0.5.0
Re-generated docs
1 parent f0e6584 commit 01b8b37

27 files changed

+77
-69
lines changed

.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ output: docs
66
theme: apple
77
swift_build_tool: spm
88
build_tool_arguments: [-Xswiftc, -swift-version, -Xswiftc, "5"]
9-
module_version: 0.2.0
9+
module_version: 0.5.0
1010
clean: true
1111
min_acl: internal

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to QuickConstraint project.
44

5+
## v0.5.0 - [2020-09-21]
6+
7+
Added
8+
* Swift 5.3 support
9+
10+
Changed
11+
* Code organization
12+
513
## v0.4.2 - [2020-08-22]
614

715
Added

QuickConstraint.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "QuickConstraint"
4-
spec.version = "0.4.2"
4+
spec.version = "0.5.0"
55
spec.summary = "Short and fast auto layout done programmatically."
66
spec.description = <<-DESC
77
Short and simple. Lay the views programmatically in more concise way.
@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
1717
spec.osx.deployment_target = "10.14"
1818
spec.tvos.deployment_target = "9.0"
1919

20-
spec.swift_version = "5.2"
20+
spec.swift_version = "5.3"
2121

2222
spec.source = { :git => "https://github.com/nakkht/quick-constraint.git", :tag => "v#{spec.version}" }
2323

docs/Enums.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="Enumerations Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="index.html">QuickConstraint 0.2.0 Docs</a> (64% documented)</p>
17+
<p><a href="index.html">QuickConstraint 0.5.0 Docs</a> (64% documented)</p>
1818
<p class="header-right"><a href="https://github.com/nakkht/quick-constraint"><img src="img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -208,7 +208,7 @@ <h4>Declaration</h4>
208208
</section>
209209
</section>
210210
<section id="footer">
211-
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-08-22)</p>
211+
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-09-21)</p>
212212
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
213213
</section>
214214
</article>

docs/Enums/Anchor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="Anchor Enumeration Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">QuickConstraint 0.2.0 Docs</a> (64% documented)</p>
17+
<p><a href="../index.html">QuickConstraint 0.5.0 Docs</a> (64% documented)</p>
1818
<p class="header-right"><a href="https://github.com/nakkht/quick-constraint"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -399,7 +399,7 @@ <h4>Declaration</h4>
399399
</section>
400400
</section>
401401
<section id="footer">
402-
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-08-22)</p>
402+
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-09-21)</p>
403403
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
404404
</section>
405405
</article>

docs/Enums/Axis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="Axis Enumeration Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">QuickConstraint 0.2.0 Docs</a> (64% documented)</p>
17+
<p><a href="../index.html">QuickConstraint 0.5.0 Docs</a> (64% documented)</p>
1818
<p class="header-right"><a href="https://github.com/nakkht/quick-constraint"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -210,7 +210,7 @@ <h4>Declaration</h4>
210210
</section>
211211
</section>
212212
<section id="footer">
213-
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-08-22)</p>
213+
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-09-21)</p>
214214
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
215215
</section>
216216
</article>

docs/Enums/Dimension.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="Dimension Enumeration Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">QuickConstraint 0.2.0 Docs</a> (64% documented)</p>
17+
<p><a href="../index.html">QuickConstraint 0.5.0 Docs</a> (64% documented)</p>
1818
<p class="header-right"><a href="https://github.com/nakkht/quick-constraint"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -237,7 +237,7 @@ <h4>Declaration</h4>
237237
</section>
238238
</section>
239239
<section id="footer">
240-
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-08-22)</p>
240+
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-09-21)</p>
241241
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
242242
</section>
243243
</article>

docs/Enums/Margin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="Margin Enumeration Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">QuickConstraint 0.2.0 Docs</a> (64% documented)</p>
17+
<p><a href="../index.html">QuickConstraint 0.5.0 Docs</a> (64% documented)</p>
1818
<p class="header-right"><a href="https://github.com/nakkht/quick-constraint"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -345,7 +345,7 @@ <h4>Declaration</h4>
345345
</section>
346346
</section>
347347
<section id="footer">
348-
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-08-22)</p>
348+
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-09-21)</p>
349349
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
350350
</section>
351351
</article>

docs/Extensions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="Extensions Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="index.html">QuickConstraint 0.2.0 Docs</a> (64% documented)</p>
17+
<p><a href="index.html">QuickConstraint 0.5.0 Docs</a> (64% documented)</p>
1818
<p class="header-right"><a href="https://github.com/nakkht/quick-constraint"><img src="img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -179,7 +179,7 @@ <h4>Declaration</h4>
179179
</section>
180180
</section>
181181
<section id="footer">
182-
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-08-22)</p>
182+
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-09-21)</p>
183183
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
184184
</section>
185185
</article>

docs/Extensions/LayoutConstraint.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="LayoutConstraint Extension Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">QuickConstraint 0.2.0 Docs</a> (64% documented)</p>
17+
<p><a href="../index.html">QuickConstraint 0.5.0 Docs</a> (64% documented)</p>
1818
<p class="header-right"><a href="https://github.com/nakkht/quick-constraint"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -166,7 +166,7 @@ <h4>Return Value</h4>
166166
</section>
167167
</section>
168168
<section id="footer">
169-
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-08-22)</p>
169+
<p>&copy; 2020 <a class="link" href="https://pgu.dev" target="_blank" rel="external">Paulius Gudonis</a>. All rights reserved. (Last updated: 2020-09-21)</p>
170170
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
171171
</section>
172172
</article>

0 commit comments

Comments
 (0)