From 9f0556db3d8dd079f3c89c1c6afbf68878e475f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Provost?= Date: Tue, 6 Dec 2016 14:53:57 +0100 Subject: [PATCH] Version 0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (1st version as “InstantSearch Core”) --- ChangeLog.md | 9 +++++++++ InstantSearch-Core-Offline-Swift.podspec | 2 +- InstantSearch-Core-Swift.podspec | 2 +- Sources/Info.plist | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index c632cd51..26cecb41 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,15 @@ Change Log ========== +## 0.3 (2016-12-06) + +- [refact] Rebrand as "InstantSearch Core for Swift". **Breaking change:** Names of Git repository, module and pod have changed. +- The `Searcher` class now accepts a delegate (in addition to result handlers and event notifications) +- [refact] New handling of query numeric and facet filters +- [doc] New documentation structure +- [test] Add unit tests for `Highlighter` + + ## 0.2 (2016-09-14) ### New features diff --git a/InstantSearch-Core-Offline-Swift.podspec b/InstantSearch-Core-Offline-Swift.podspec index 5fd1c6ee..3ebb2160 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.2' + s.version = '0.3' 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 7e2a2629..e369c93a 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.2' + s.version = '0.3' 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 31fb8fc0..9d456129 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2 + 0.3 CFBundleSignature ???? CFBundleVersion