File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.2
2
+
3
+ * Properly delegate existence methods like ` result.foo? ` to ` result._source.foo `
4
+ * Exception is raised when ` type ` is not passed to Mappings#new
5
+ * Allow passing an ActiveRecord scope to the ` import ` method
6
+ * Added, that ` each_with_hit ` and ` map_with_hit ` in ` Elasticsearch::Model::Response::Records ` call ` to_a `
7
+ * Added support for [ ` will_paginate ` ] ( https://github.com/mislav/will_paginate ) pagination library
8
+ * Added the ability to transform models during indexing
9
+ * Added explicit ` type ` and ` id ` methods to Response::Result, aliasing ` _type ` and ` _id `
10
+
1
11
## 0.1.1
2
12
3
13
* Improved documentation and tests
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Model
3
- VERSION = "0.1.1 "
3
+ VERSION = "0.1.2 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change
1
+ # 0.1.2
2
+
3
+ * Allow passing an ActiveRecord scope to the importing Rake task
4
+
1
5
## 0.1.1
2
6
3
7
* Improved the Rake tasks
4
8
* Improved the example application templates
5
9
6
- ## 0.1.1 (Initial Version)
10
+ ## 0.1.0 (Initial Version)
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Rails
3
- VERSION = "0.1.1 "
3
+ VERSION = "0.1.2 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments