Skip to content

Commit 451427b

Browse files
author
Clément Le Provost
committed
Version 4.8
1 parent e050d63 commit 451427b

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

AlgoliaSearch-Client-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlgoliaSearch-Client-Swift'
33
s.module_name = 'AlgoliaSearch'
4-
s.version = '4.7'
4+
s.version = '4.8'
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'

AlgoliaSearch-Offline-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlgoliaSearch-Offline-Swift'
33
s.module_name = 'AlgoliaSearch'
4-
s.version = '4.7'
4+
s.version = '4.8'
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'

ChangeLog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Change Log
22
==========
33

4+
## 4.8 (2017-04-03)
5+
6+
### New features
7+
8+
- **Compatibility with Swift 3.1.** (#294) *Note: Swift 3.1 being source-compatible with Swift 3.0, version 4.7 was already compatible out of the box, but this one eliminates a few compile-time warnings.*
9+
- Support **new search parameters** in the `Query` class:
10+
- `disableExactOnAttributes` (#369)
11+
- `offset` & `length` (#369)
12+
- `percentileComputation` (#365)
13+
- `restrictHighlightAndSnippetArrays` (#366)
14+
- Properties of the query classes (`AbstractQuery` and its derivates) are now **KVO-observable**
15+
- Add an option to choose a **custom queue** for completion handlers (#334). By default, the main queue is used.
16+
17+
### Other changes
18+
19+
- The `userAgents` property (managing the `User-Agent` HTTP header) is now a static property of the `Client` class. This should ease its use by other libraries, most notably [InstantSearch Core](https://github.com/algolia/instantsearch-core-swift).
20+
- [offline] Unify `Index` and `OfflineIndex` under a new `Searchable` protocol. This makes possible generic algorithms that work with any kind of index (`MirroredIndex` being a subclass of `Index` already).
21+
- Shorter README. The complete reference is now only on <https://www.algolia.com/doc/api-client/swift/>.
22+
23+
424
## 4.7 (2017-02-08)
525

626
### New features

Source/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.7</string>
18+
<string>4.8</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)