Skip to content

Commit 3fcd1bc

Browse files
committed
Version Bump
1 parent 17ba2ee commit 3fcd1bc

File tree

120 files changed

+683
-291
lines changed

Some content is hidden

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

120 files changed

+683
-291
lines changed

AutocompleteClient/FW/Logic/Worker/ConstructorIO.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public class ConstructorIO: CIOSessionManagerDelegate {
389389
- Parameters:
390390
- searchTerm: The term that the user searched for
391391
- resultCount: The number of search results returned in total
392-
- customerIDs: **Deprecated**. Use `items` (v4.2.0) instead. The list of item id's returned in the search
392+
- customerIDs: **Deprecated**. Use `items` (v4.2.1) instead. The list of item id's returned in the search
393393
- resultID: Identifier of result set
394394
- items: The list of items returned in the search (Preferred over customerIDs)
395395
- analyticsTags Additional analytics tags to pass
@@ -444,7 +444,7 @@ public class ConstructorIO: CIOSessionManagerDelegate {
444444
- filterName: The name of the primary filter that the user browsed for (i.e "color")
445445
- filterValue: The value of the primary filter that the user browsed for (i.e "blue")
446446
- resultCount: The number of results returned in total
447-
- customerIDs: **Deprecated**. Use `items` (v4.2.0) instead. The list of item id's returned in the browse
447+
- customerIDs: **Deprecated**. Use `items` (v4.2.1) instead. The list of item id's returned in the browse
448448
- resultID: Identifier of result set
449449
- items: The list of items returned in the browse (Preferred over customerIDs)
450450
- analyticsTags Additional analytics tags to pass

AutocompleteClient/Info.plist

Lines changed: 1 addition & 1 deletion
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>4.2.0</string>
18+
<string>4.2.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

ConstructorAutocomplete.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'ConstructorAutocomplete'
3-
spec.version = '4.2.0'
3+
spec.version = '4.2.1'
44
spec.license = { :type => 'MIT', :file => 'LICENSE' }
55
spec.homepage = 'https://www.constructor.io'
66
spec.authors = { 'Zubin Tiku' => '[email protected]', 'Christopher Gee' => '[email protected]', 'Jimmy Li' => '[email protected]' }
77
spec.summary = 'Constructor.io iOS Client'
8-
spec.source = { :git => 'https://github.com/Constructor-io/constructorio-client-swift.git', :tag => 'v4.2.0' }
8+
spec.source = { :git => 'https://github.com/Constructor-io/constructorio-client-swift.git', :tag => 'v4.2.1' }
99
spec.platform = :ios, '11.0'
1010
spec.source_files = 'AutocompleteClient/**/*.swift'
1111
spec.framework = 'UIKit'

docs/Classes/CIOAutocompleteQueryBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOAutocompleteQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.0 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.2.1 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -489,7 +489,7 @@ <h4>Declaration</h4>
489489
</section>
490490
</section>
491491
<section id="footer">
492-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-06-18)</p>
492+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-24)</p>
493493
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
494494
</section>
495495
</article>

docs/Classes/CIOAutocompleteResult.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOAutocompleteResult Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.0 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.2.1 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -354,7 +354,7 @@ <h4>Parameters</h4>
354354
</section>
355355
</section>
356356
<section id="footer">
357-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-06-18)</p>
357+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-24)</p>
358358
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
359359
</section>
360360
</article>

docs/Classes/CIOBrowseFacetOptionsQueryBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOBrowseFacetOptionsQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.0 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.2.1 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -328,7 +328,7 @@ <h4>Declaration</h4>
328328
</section>
329329
</section>
330330
<section id="footer">
331-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-06-18)</p>
331+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-24)</p>
332332
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
333333
</section>
334334
</article>

docs/Classes/CIOBrowseFacetsQueryBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOBrowseFacetsQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.0 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.2.1 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -411,7 +411,7 @@ <h4>Declaration</h4>
411411
</section>
412412
</section>
413413
<section id="footer">
414-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-06-18)</p>
414+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-24)</p>
415415
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
416416
</section>
417417
</article>

docs/Classes/CIOBrowseGroupsQueryBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOBrowseGroupsQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.0 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.2.1 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -385,7 +385,7 @@ <h4>Declaration</h4>
385385
</section>
386386
</section>
387387
<section id="footer">
388-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-06-18)</p>
388+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-24)</p>
389389
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
390390
</section>
391391
</article>

docs/Classes/CIOBrowseItemsQueryBuilder.html

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOBrowseItemsQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.0 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.2.1 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -505,6 +505,34 @@ <h4>Declaration</h4>
505505
</section>
506506
</div>
507507
</li>
508+
<li class="item">
509+
<div>
510+
<code>
511+
<a name="/s:23ConstructorAutocomplete26CIOBrowseItemsQueryBuilderC13setFmtOptionsyACSaySS3key_SS5valuetGSgF"></a>
512+
<a name="//apple_ref/swift/Method/setFmtOptions(_:)" class="dashAnchor"></a>
513+
<a class="token" href="#/s:23ConstructorAutocomplete26CIOBrowseItemsQueryBuilderC13setFmtOptionsyACSaySS3key_SS5valuetGSgF">setFmtOptions(_:<wbr>)</a>
514+
</code>
515+
</div>
516+
<div class="height-container">
517+
<div class="pointer-container"></div>
518+
<section class="section">
519+
<div class="pointer"></div>
520+
<div class="abstract">
521+
<p>Adds the fmt_options to use with result set</p>
522+
523+
</div>
524+
<div class="declaration">
525+
<h4>Declaration</h4>
526+
<div class="language">
527+
<p class="aside-title">Swift</p>
528+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">setFmtOptions</span><span class="p">(</span><span class="n">_</span> <span class="nv">fmtOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt">FmtOption</span><span class="p">]?)</span> <span class="o">-&gt;</span>
529+
<span class="kt">CIOBrowseItemsQueryBuilder</span></code></pre>
530+
531+
</div>
532+
</div>
533+
</section>
534+
</div>
535+
</li>
508536
<li class="item">
509537
<div>
510538
<code>
@@ -553,7 +581,7 @@ <h4>Declaration</h4>
553581
</section>
554582
</section>
555583
<section id="footer">
556-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-06-18)</p>
584+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-24)</p>
557585
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
558586
</section>
559587
</article>

docs/Classes/CIOBrowseQueryBuilder.html

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a title="CIOBrowseQueryBuilder Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">ConstructorAutocomplete 4.2.0 Docs</a> (94% documented)</p>
20+
<p><a href="../index.html">ConstructorAutocomplete 4.2.1 Docs</a> (94% documented)</p>
2121
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
@@ -563,6 +563,33 @@ <h4>Declaration</h4>
563563
</section>
564564
</div>
565565
</li>
566+
<li class="item">
567+
<div>
568+
<code>
569+
<a name="/s:23ConstructorAutocomplete21CIOBrowseQueryBuilderC13setFmtOptionsyACSaySS3key_SS5valuetGSgF"></a>
570+
<a name="//apple_ref/swift/Method/setFmtOptions(_:)" class="dashAnchor"></a>
571+
<a class="token" href="#/s:23ConstructorAutocomplete21CIOBrowseQueryBuilderC13setFmtOptionsyACSaySS3key_SS5valuetGSgF">setFmtOptions(_:<wbr>)</a>
572+
</code>
573+
</div>
574+
<div class="height-container">
575+
<div class="pointer-container"></div>
576+
<section class="section">
577+
<div class="pointer"></div>
578+
<div class="abstract">
579+
<p>Add the fmt_options to use with result set</p>
580+
581+
</div>
582+
<div class="declaration">
583+
<h4>Declaration</h4>
584+
<div class="language">
585+
<p class="aside-title">Swift</p>
586+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">setFmtOptions</span><span class="p">(</span><span class="n">_</span> <span class="nv">fmtOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt">FmtOption</span><span class="p">]?)</span> <span class="o">-&gt;</span> <span class="kt">CIOBrowseQueryBuilder</span></code></pre>
587+
588+
</div>
589+
</div>
590+
</section>
591+
</div>
592+
</li>
566593
<li class="item">
567594
<div>
568595
<code>
@@ -614,7 +641,7 @@ <h4>Declaration</h4>
614641
</section>
615642
</section>
616643
<section id="footer">
617-
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-06-18)</p>
644+
<p>&copy; 2025 <a class="link" href="https://www.constructor.io" target="_blank" rel="external noopener">Zubin Tiku, Christopher Gee, and Jimmy Li</a>. All rights reserved. (Last updated: 2025-07-24)</p>
618645
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
619646
</section>
620647
</article>

0 commit comments

Comments
 (0)