forked from monkeecreate/jquery.simpleWeather
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed deprecated weather.search table, added geo.placefinder table, removed options.zipcode, remove timeOfDay, removed http: from source, and added changelog.
- Loading branch information
Showing
11 changed files
with
122 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
# simpleWeather Changelog | ||
|
||
For a more complete changelog you can always check out the [commit log](https://github.com/monkeecreate/jquery.simpleWeather/commits/master). | ||
|
||
## v2.5 - February 5 2004 | ||
|
||
* 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` as `options.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](https://github.com/monkeecreate/jquery.simpleWeather/issues/66) for info. | ||
* Removed `http:` from api call and image source to allow for https. | ||
|
||
## v2.4 - January 22 2014 | ||
|
||
* Added four day forecast with recent Yahoo Weather API update. | ||
|
||
## v2.3 - June 16 2013 | ||
|
||
* Added `timeOfDay` for custom day/night icons. | ||
* Fix for new Yahoo API error result. | ||
|
||
## v2.2 - April 20 2013 | ||
|
||
* Added high and low alt temps. | ||
* Added alt temp unit. | ||
|
||
## v2.1.2 - January 25 2013 | ||
|
||
* Just a version bump for jQuery plugin directory. | ||
|
||
## v2.1 - November 18 2012 | ||
|
||
* Added WOEID location param for all. | ||
|
||
## v2.0.1 - January 26 2012 | ||
|
||
* Plenty of code cleanup but no additions, fixes, or deletions. | ||
|
||
## v2.0 - November 23 2011 | ||
|
||
* Added forecast condition code. | ||
|
||
## v1.9 - October 3 2011 | ||
|
||
* Added alt temp. | ||
|
||
## v1.8 - May 15 2011 | ||
|
||
* Fixed wind direction. | ||
* Added calculations for the heat index. | ||
|
||
## v1.7 - May 8 2011 | ||
|
||
* Added condition code. | ||
|
||
## v1.6 - December 16 2010 | ||
|
||
* Fixed `windDirection` bug. | ||
|
||
## v1.5 - June 29 2010 | ||
|
||
* Fixed errors in wind direction calculations. | ||
|
||
## v1.4 - June 4 2010 | ||
|
||
* Fixed issue of a location returning multiple results. | ||
|
||
## v1.3 - May 26 2010 | ||
|
||
* Fixed bug with trailing commas for IE. | ||
* Added `$.getJSON()` instead of `$.ajax()`. | ||
* Added better error message if the location is invalid. | ||
|
||
## v1.2 - May 18 2010 | ||
|
||
* Added location param for those outside the US. | ||
* Changed `thumbnail` to a hardcoded url. | ||
|
||
## v1.1 - May 17 2010 | ||
|
||
* Added `thumbnail` image. | ||
|
||
## v1.0 - May 16 2010 | ||
|
||
* Initial commit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.