--- 1.16.2 (29/9/2009) --- * further changes to t/xx-perl_critic.t to stop erroneous failures * renamed CHANGES to Changes to match other CPAN modules --- 1.16.1 (23/9/2009) --- * added List::MoreUtils to the dependencies list (I thought it was core!) * only Perl::Critic if PERLCRITIC is not set - avoid custom .perlcriticrc --- 1.16.0 (22/9/2009) --- * added support for bathrooms_max, bathrooms_min, rooms_max and rooms_min * rewrote the entire test suite to increase coverage and decrease false failures. 100% subroutine code coverage! --- 1.15.0 (12/9/2009) --- * added support for the larger image format now available through the API http://blog.nestoria.co.uk/2009/09/11/nestoria-api-version-115-live-bigger-pics/ --- 1.14.8 (30/4/2009) --- * fixed the nestoria_*.t tests so finding a listing with no keywords doesn't make the test fail. --- 1.14.7 (13/3/2009) --- * fixed the nestoria_*.t tests to reflect a change in the API's behaviour --- 1.14.6 (12/3/2009) --- * t/pod_coverage.t to make t/kwalitee.t happy --- 1.14.5 (11/3/2009) --- * Added Alistair Francis to author list. The below were from a patch he submitted. * Added functionality to incorporate xml encoded responses * Made XML::Simple a requirement * Fixed bug in get_raw method, returned undef in all cases because 'json' key value was never defined (correct key is 'raw') * Removed 'LICENSE' from Makefile.pl (not a valid parameter) --- 1.14.4 (6/3/2009) --- * added new parameters ("guid" and "page") * added field "updated_in_days" for each listing * small documentation fixes --- 1.14.3 (5/3/2009) --- * Documentation update ('let' is no longer an allowed listing_type) --- 1.14.2 (7/11/2008) --- * Added "version" as a requirement --- 1.14.1 (7/11/2008) --- * Documentation update --- 1.14 (5/11/2008) --- * Added Germany & Italy API URLs * Fixed a bug, where metadata would not be returned early in a month. * More robust check for lack of internet connectivity * Updated copyrights * Made JSON 2.x a requirement --- 0.13 - 1.13 --- * Skipped in the interests of syncing up CPAN version with Nestoria API version --- 0.12 (31/10/2008) --- * metadata method * radius parameter * new sorts: newest/oldest * attribution field functions * Housekeeping --- 0.11 --- * Only request required fields in nestoria.t * Bug Fix: Added get_price_type --- 0.10 --- * Improved POD (full synopsis, full list of keywords, better formatting) * Can 'use WebService::Nestoria::Search Warnings => 0;' * All parameters now case insensitive (eg. country/Country, Place_Name/place_name) * Bug Fix: Changing versions * Bug Fix: Requesting XML --- 0.09 --- * Bug Fix: Can use 'buy', 'let', 'share' and 'rent' listing types --- 0.08 --- * Fixed a bug in the test file * Added the 'keywords' method (API version 1.08) --- 0.07 --- * Fixed a bug in the url test * Added the sort parameter (API version 1.05) * Added the keywords and keywords_exclude parameters (API version 1.06) * Added support for size_min and size_max for nestoria.es (API version 1.07) * Added Spanish keywords (API version 1.07) --- 0.04 --- Updated to work with Nestoria API version 1.04: * Listings now return 'keywords', a comma separated list of attributes * Listings now return a 'datasource_name', eg. 'HotProperty' * Module now requests that JSON be sent without pretty formatting --- 0.01 --- Initial module designed to request data from the Nestoria API version 1.00. Visit http://www.nestoria.co.uk/help/api-tech for more details.