Releases: twingly/twingly-search-api-ruby
Releases · twingly/twingly-search-api-ruby
Improvements and cleanup
- Add our own exception classes (
Twingly::Search::Error
) #29
Client.new
and Client#query
accepts blocks #34
- Handle error responses from server #33
- Document gem using YARD #32
Rename twingly-analytics gem to twingly-search
- Rename analytics to search #24
Fix for empty search pattern
- Do not allow empty search pattern #18
Improved pagination support
Result#all_results_returned?
can tell you if you got all results or need to “paginate” #15
- Stop mutating the
start_time
and end_time
objects #15
Improve support for Ruby 2.2 and 1.9.3
- Support Ruby 2.2 #12
- HTTPS broke compatibility with Ruby 1.9.3 #8