Skip to content

Commit e4abb60

Browse files
committed
Release 0.1.5
1 parent 221005e commit e4abb60

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

elasticsearch-model/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## 0.1.3
1+
## 0.1.5
2+
3+
* Improved documentation
4+
* Fixes and improvements to the "will_paginate" integration
5+
* Added a `:preprocess` option to the `import` method
6+
* Changed, that attributes are fetched from `as_indexed_json` in the `update_document` method
7+
* Added an option to the import method to return an array of error messages instead of just count
8+
* Fixed many problems with dependency hell
9+
* Fixed tests so they run on Ruby 2.2
210

311
## 0.1.2
412

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Model
3-
VERSION = "0.1.4"
3+
VERSION = "0.1.5"
44
end
55
end

elasticsearch-persistence/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.5
2+
3+
* Improved documentation
4+
* Added `@mymodel.id=` setter method
5+
16
## 0.1.4
27

38
* Added the Elasticsearch::Persistence::Model feature
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Persistence
3-
VERSION = "0.1.4"
3+
VERSION = "0.1.5"
44
end
55
end

elasticsearch-rails/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 0.1.3
1+
## 0.1.5
2+
3+
* Fixed an exception when no suggestions were returned in the `03-expert` example application template
24

35
## 0.1.2
46

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Rails
3-
VERSION = "0.1.4"
3+
VERSION = "0.1.5"
44
end
55
end

0 commit comments

Comments
 (0)