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

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
(1st version as “InstantSearch Core”)
  • Loading branch information
Clément Le Provost committed Dec 6, 2016
1 parent 1adf0f2 commit 9f0556d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions 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
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.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'
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.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'
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.2</string>
<string>0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 9f0556d

Please sign in to comment.