File tree 6 files changed +22
-3
lines changed
elasticsearch-persistence
lib/elasticsearch/persistence
6 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.6
2
+
3
+ * Improved documentation
4
+ * Added dynamic getter/setter (block/proc) for ` MyModel.index_name `
5
+ * Added the ` update_document_attributes ` method
6
+ * Added, that records to import can be limited by the ` query ` option
7
+
1
8
## 0.1.5
2
9
3
10
* Improved documentation
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Model
3
- VERSION = "0.1.5 "
3
+ VERSION = "0.1.6 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change
1
+ ## 0.1.6
2
+
3
+ * Improved documentation
4
+ * Refactored the Rails' forms date conversions into a module method
5
+ * Changed, that search requests are executed through a ` SearchRequest ` class
6
+
1
7
## 0.1.5
2
8
3
9
* Improved documentation
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Persistence
3
- VERSION = "0.1.5 "
3
+ VERSION = "0.1.6 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change
1
+ ## 0.1.6
2
+
3
+ * Fixed errors in templates for the Rails example applications
4
+ * Fixed errors in the importing Rake task
5
+ * Refactored and updated the instrumentation support to allow integration with ` Persistence::Model `
6
+
1
7
## 0.1.5
2
8
3
9
* Fixed an exception when no suggestions were returned in the ` 03-expert ` example application template
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Rails
3
- VERSION = "0.1.5 "
3
+ VERSION = "0.1.6 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments