From 26e3e456722ae67ef4d5f19a5678a712774a7f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Provost?= Date: Mon, 19 Dec 2016 09:24:56 +0100 Subject: [PATCH] Version 1.0 --- ChangeLog.md | 13 +++++++++++++ InstantSearch-Core-Offline-Swift.podspec | 2 +- InstantSearch-Core-Swift.podspec | 2 +- Sources/Info.plist | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index fccb4483..79b5eae5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/InstantSearch-Core-Offline-Swift.podspec b/InstantSearch-Core-Offline-Swift.podspec index 637f5ec3..2d898e57 100644 --- a/InstantSearch-Core-Offline-Swift.podspec +++ b/InstantSearch-Core-Offline-Swift.podspec @@ -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' diff --git a/InstantSearch-Core-Swift.podspec b/InstantSearch-Core-Swift.podspec index 7ec76ce2..583bcd26 100644 --- a/InstantSearch-Core-Swift.podspec +++ b/InstantSearch-Core-Swift.podspec @@ -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' diff --git a/Sources/Info.plist b/Sources/Info.plist index 7e82fe10..d3de8eef 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3.1 + 1.0 CFBundleSignature ???? CFBundleVersion