For a more complete changelog you can always check out the commit log.
- Removed deprecated weather.search YQL table.
- Added geo.placefinder YQL table for searching locations. This allows you to get your location in a more forgiving format than before including latitude and longitude.
- Removed
options.zipcode
asoptions.location
now accepts any combination of city, state, and zipcode. - Removed
timeOfDay
as it was buggy and wouldn't return correctly anyways. Currently there is not a method to make this work accurately. See #66 for info. - Removed
http:
from api call and image source to allow for https.
- Added four day forecast with recent Yahoo Weather API update.
- Added
timeOfDay
for custom day/night icons. - Fix for new Yahoo API error result.
- Added high and low alt temps.
- Added alt temp unit.
- Just a version bump for jQuery plugin directory.
- Added WOEID location param for all.
- Plenty of code cleanup but no additions, fixes, or deletions.
- Added forecast condition code.
- Added alt temp.
- Fixed wind direction.
- Added calculations for the heat index.
- Added condition code.
- Fixed
windDirection
bug.
- Fixed errors in wind direction calculations.
- Fixed issue of a location returning multiple results.
- Fixed bug with trailing commas for IE.
- Added
$.getJSON()
instead of$.ajax()
. - Added better error message if the location is invalid.
- Added location param for those outside the US.
- Changed
thumbnail
to a hardcoded url.
- Added
thumbnail
image.
- Initial commit.