For a more complete changelog you can always check out the commit log.
- Fixed location errors due to Yahoo removing geo.placefinder from their API. It has been replaced with geo.places. #174
- Fixed error callback to correctly return an error message. #101
- Fixed result issue when more than one location was returned. #90
- Fixed forecast thumbnail and image bug. #88
- Complete rewrite! Removed over 100 lines of code without losing functionality.
- Now < 4.0 kB in size.
- Added forecast thumbnail image.
- Removed tomorrow in favor of forecast.
- Fixed http/https issue on API call #79 and images.
- Hat tip to @defvayne23 for a quick code review.
- Added gulp and a build/release process.
- Fix for 3200 (not available) condition code and related image #77.
- Fixed my assumption of query being present #72. Hat tip to @rjackson.
- Some general code cleanup.
- Encoding URI for API call.
- Fixed formatting issues.
- Fixed alt temps bug.
- Hat tip to @defvayne23 for the suggestions.
- 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.