The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
$Header: /cvsroot/weather::underground/Weather/Underground/Changes,v 1.18 2004/05/05 19:17:41 mina Exp $

Revision history for Perl extension Weather::Underground.

2.16  Fix single-location match error due to major site layout changes

2.15  Fix single-location match error due to site layout changes

2.14	Fixed some warnings about uninitialized values, thanks to
	   "John P. Linderman" <jpl@research.att.com>

2.13  Added optional new constructor parameter "timeout" - resolves bug
      https://rt.cpan.org/NoAuth/Bug.html?id=4808

2.12	Renamed method getweather to get_weather - (getweather still grandfathered)
		
		Added new feature that caches results and allows setting maximum age
		via new constructor keys cache_file and cache_max_age

		Better POD formatting

2.12a	Fixed bug introduced by web site changes that prevented single-location matches from
      working properly

		Allow the constructor "new" to accept hashrefs as well as hashes

		Added several debugging statements throughout code

2.11  Fixed both single and multi-location matches.  Guts completely re-written for easier logic
      using HTML::TokeParser instead of the previous quickie nightmarish regex approach

		Returned "celsius" and "fahrenheit" keys renamed to "temperature_celsius" and
		"temperature_fahrenheit" - old keys still returned for compatability

		Several new keys are now being returned: "wind", "pressure", "windchill_celsius",
		"windchill_fahrenheit"

2.10	Fixed single-location match, thanks to Daniel Cergatti for the IRC /msg :)

2.09	Fixed multi-location match, thanks to Rabin Vincent's submitted code.

2.08	Fixed multi-location match, thanks to Frederic TYNDIUK's submitted code.

2.07	Fixed single-location match, thanks to Mike Irwin's submitted patch

2.06	More changes to properly parse some single-location results.

2.05	A change I implemented in 2.04 was broken in multi-location match, sometimes causing the name
      of the place returned to be a large chunk of garbage HTML. This was fixed.

2.04	WeatherUnderground website made a change again, changed regex to understand it

2.03	WeatherUnderground website made a change in the HTML for single-listing preventing this module from
      correctly parsing the needed info. This has been fixed.

2.02	Renamed all references from celcius to celsius (including function names and hash key names)

2.01	Fixed the _debug() method generating a warning when perl is called with the -w switch

2.00	Initial public release after much beta testing consuming much 1.* versioning