forked from karmi/retire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
module Tire | ||
VERSION = "0.5.3" | ||
VERSION = "0.5.4" | ||
|
||
CHANGELOG =<<-END | ||
IMPORTANT CHANGES LATELY: | ||
* Added `Tire::Results::Collection#each_with_hit` | ||
* Added support for passing partial document to `Index#update` | ||
* Added `nested` query support | ||
* Added the support for the Count API | ||
* Escape single quotes in `to_curl` serialization | ||
* Added JRuby compatibility | ||
* Added proper `as_json` support for `Results::Collection` and `Results::Item` classes | ||
* Added extracting the `routing` information in the `Index#store` method | ||
* Refactored the `update_index` method for search and persistence integration | ||
* Cast collection properties in Model::Persistence as empty Array by default | ||
* Allow passing `:index` option to `MyModel.import` | ||
* Update to Mocha ~> 0.13 | ||
* Update to MultiJson ~> 1.3 | ||
END | ||
end |