HorimotoYasuhiro
null+****@clear*****
Mon May 8 11:01:38 JST 2017
HorimotoYasuhiro 2017-05-08 11:01:38 +0900 (Mon, 08 May 2017) New Revision: 4824429905f3fba1431395f26699ebf16dbbd5eb https://github.com/ranguba/groonga-client/commit/4824429905f3fba1431395f26699ebf16dbbd5eb Merged a5d9b65: Merge pull request #21 from komainu8/release/v0.5 Message: Add 0.5.0 entry. Modified files: doc/text/news.md Modified: doc/text/news.md (+19 -0) =================================================================== --- doc/text/news.md 2017-04-27 17:07:39 +0900 (42111d4) +++ doc/text/news.md 2017-05-08 11:01:38 +0900 (dbcdb4c) @@ -1,5 +1,24 @@ # NEWS +## 0.5.0 - 2017-05-08 + +### Improvements + + * `Groonga::Client::Request::Select::Filter#between`: Added a + convenience method to add a popular filter condition. You can + use this method by + `filter.between(:age, 19, "include", 32, "include")`. + + * `Groonga::Client::Request::Select::Filter#geo_in_circle`: + Added a convenience method to add a popular filter condition. + You can use this method by + `filter.geo_in_circle(:location, "100x100", 300, "rectangle")`. + + * `Groonga::Client::Request::Select::Filter#geo_in_rectangle`: + Added a convenience method to add a popular filter condition. + You can use this method by + `filter.geo_in_rectangle(:location, "0x100", "100x0")`. + ## 0.4.3 - 2017-04-21 ### Improvements -------------- next part -------------- HTML����������������������������...Download