Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Le Provost committed Dec 19, 2016
1 parent 6317863 commit 26e3e45
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions ChangeLog.md
Expand Up @@ -2,6 +2,19 @@ Change Log
==========


## 1.0 (2016-12-19)

**First official release!** 🎉 Merry Christmas to everyone! 🎄⛄️🎁

### New features

- Leverage the new **search for facet values** feature of the Swift API Client. `Searcher.searchForFacetValues(...)` works like the equivalent method on `Index`, but automatically takes facet and numeric refinements into account, as well as the conjunctive/disjunctive state of facets.

### Bug fixes

- Limit number of pending requests per `Searcher` instance. This is to avoid stalling the request queue if response times are long. The limit can be adjusted via `Searcher.maxPendingRequests`.


## 0.3.1 (2016-12-13)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion InstantSearch-Core-Offline-Swift.podspec
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ------------
s.name = 'InstantSearch-Core-Offline-Swift'
s.module_name = 'InstantSearchCore'
s.version = '0.3.1'
s.version = '1.0'
s.license = 'MIT'
s.summary = 'Instant Search library for Swift by Algolia'
s.homepage = 'https://github.com/algolia/instantsearch-core-swift'
Expand Down
2 changes: 1 addition & 1 deletion InstantSearch-Core-Swift.podspec
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ------------
s.name = 'InstantSearch-Core-Swift'
s.module_name = 'InstantSearchCore'
s.version = '0.3.1'
s.version = '1.0'
s.license = 'MIT'
s.summary = 'Instant Search library for Swift by Algolia'
s.homepage = 'https://github.com/algolia/instantsearch-core-swift'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.3.1</string>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 26e3e45

Please sign in to comment.