File tree 6 files changed +20
-5
lines changed
elasticsearch-persistence
lib/elasticsearch/persistence
6 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 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
2
10
3
11
## 0.1.2
4
12
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Model
3
- VERSION = "0.1.4 "
3
+ VERSION = "0.1.5 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change
1
+ ## 0.1.5
2
+
3
+ * Improved documentation
4
+ * Added ` @mymodel.id= ` setter method
5
+
1
6
## 0.1.4
2
7
3
8
* Added the Elasticsearch::Persistence::Model feature
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Persistence
3
- VERSION = "0.1.4 "
3
+ VERSION = "0.1.5 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change 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
2
4
3
5
## 0.1.2
4
6
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Rails
3
- VERSION = "0.1.4 "
3
+ VERSION = "0.1.5 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments