File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'AlgoliaSearch-Client-Swift'
33 s . module_name = 'AlgoliaSearch'
4- s . version = '4.3 '
4+ s . version = '4.4 '
55 s . license = 'MIT'
66 s . summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
77 s . homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'AlgoliaSearch-Offline-Swift'
33 s . module_name = 'AlgoliaSearch'
4- s . version = '4.3 '
4+ s . version = '4.4 '
55 s . license = 'MIT'
66 s . summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
77 s . homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## 4.4 (2016-11-18)
5+
6+ ### New features
7+
8+ - (#140 ) Support searching for facet values (` Index.searchForFacetValues(...) ` )
9+ - New method ` AbstractQuery.clear() ` to remove all parameters
10+
11+ ### Other changes
12+
13+ - Open the ` Query ` class (along with some of its methods) to allow subclassing in other libraries
14+ - Make available as a static utility the method to build a query string from a dictionary of parameters (` AbstractQuery.build(build(parameters:) ` )
15+
16+
417## 4.3 (2016-11-10)
518
619### New features
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >4.3 </string >
18+ <string >4.4 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments