ChangeLog.md in gscraper-0.3.0 vs ChangeLog.md in gscraper-0.4.0

- old
+ new

@@ -1,5 +1,27 @@ +### 0.4.0 / 2012-04-26 + +* Switched from Bundler to rubygems-tasks ~> 0.1. +* Switched from json_pure to json ~> 1.6. +* Require uri-query_params ~> 0.5. +* Require mechanize ~> 2.0. +* Added {GScraper::Search::Blocked}. +* Added {GScraper::Hosts}. +* Added {GScraper::Languages}. +* Added {GScraper::Search::Query#define}. +* Added `:load_balance` option to {GScraper::Search::Query#initialize}, which + will randomize {GScraper::Search::Query#search_host}. +* Allow `:all*` / `:with*` search options to accept a String or Array values. +* Allow {GScraper::Search::WebQuery} and {GScraper::Search::AJAXQuery} to + submit queries to alternate domains via the `:search_host` option. +* Renamed `#occurrs_within`, `:occurrs_within` to `#occurs_within`, + `:occurs_within`, respectively in {GScraper::Search::WebQuery}. +* Prefer XPath over CSS-path expressions. +* Fixed XPath expressions in {GScraper::Search::WebQuery#page} + (thanks Jake Auswick and Ezekiel Templin). +* Fixed spelling errors. + ### 0.3.0 / 2010-07-01 * Upgraded to mechanize ~> 1.0.0. * Upgraded from json to json_pure ~> 1.4.0. * Switched from Hoe to Jeweler for building RubyGems. @@ -11,11 +33,11 @@ * Aliased {GScraper::Search::WebQuery#similar_to=} to `related=`. * Aliased {GScraper::Search::WebQuery#links_to} to `link`. * Aliased {GScraper::Search::WebQuery#links_to=} to `link=`. * Removed `GScraper.open_uri`. * Removed `GScraper.open_page`. -* Fixed the escaping/unescaping of URL query params in {URI::QueryParams}. +* Fixed the escaping/unescaping of URL query params in `URI::QueryParams`. * Use `yield` instead of `block.call`, when possible. * All enumerable methods now return an `Enumerator` object, if no block was given. ### 0.2.4 / 2009-03-18 @@ -55,10 +77,10 @@ * Replaced Unit Tests with Rspec specifications. ### 0.1.8 / 2008-04-30 * Added the {GScraper.user_agent_alias=} method. -* Added {URI::HTTP::QueryParams} module. +* Added `URI::HTTP::QueryParams` module. * Changed license from MIT to GPL-2. ### 0.1.7 / 2008-04-28 * Added support for specifing Search modifiers.