From e2afd79a3b08c0174926de591f48e8cf83bcfc49 Mon Sep 17 00:00:00 2001 From: Matt Magoffin Date: Mon, 14 Mar 2016 07:23:52 +1300 Subject: [PATCH] Add changelog. --- CHANGELOG.md | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..be9f3ad --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,61 @@ +# Change Log + +## [1.1.0](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.1.0) (2016-03-14) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.10...1.1.0) + +**Implemented enhancements:** + +- sorting by multiple fields [\#11](https://github.com/Blue-Rocket/BRFullTextSearch/issues/11) +- What are the possible values of indexObjectType? [\#7](https://github.com/Blue-Rocket/BRFullTextSearch/issues/7) + +**Fixed bugs:** + +- Crashes \(possibly\) due to concurrent access to bulkUpdateIndex and search [\#15](https://github.com/Blue-Rocket/BRFullTextSearch/issues/15) + +**Closed issues:** + +- Searching in Swift? [\#13](https://github.com/Blue-Rocket/BRFullTextSearch/issues/13) +- "Multiple build commands" warning for header files [\#12](https://github.com/Blue-Rocket/BRFullTextSearch/issues/12) + +## [1.0.10](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.10) (2015-10-12) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.9...1.0.10) + +## [1.0.9](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.9) (2015-10-12) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.8...1.0.9) + +## [1.0.8](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.8) (2015-09-16) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.7...1.0.8) + +**Closed issues:** + +- Integration via CocoaPods [\#4](https://github.com/Blue-Rocket/BRFullTextSearch/issues/4) + +## [1.0.7](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.7) (2015-05-06) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.6...1.0.7) + +**Closed issues:** + +- xcode debugger doesn't work? [\#3](https://github.com/Blue-Rocket/BRFullTextSearch/issues/3) + +## [1.0.6](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.6) (2015-04-22) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.5...1.0.6) + +## [1.0.5](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.5) (2015-04-09) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.4...1.0.5) + +## [1.0.4](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.4) (2015-03-09) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.3...1.0.4) + +## [1.0.3](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.3) (2015-02-21) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.2...1.0.3) + +## [1.0.2](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.2) (2014-10-06) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.1...1.0.2) + +## [1.0.1](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.1) (2014-07-28) +[Full Changelog](https://github.com/Blue-Rocket/BRFullTextSearch/compare/1.0.0...1.0.1) + +## [1.0.0](https://github.com/Blue-Rocket/BRFullTextSearch/tree/1.0.0) (2014-05-19) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file