yahoo-fantasy
Advanced tools
Comparing version 4.1.5 to 4.2.0
{ | ||
"name": "yahoo-fantasy", | ||
"version": "4.1.5", | ||
"version": "4.2.0", | ||
"description": "An API to help facilitate the use of the Yahoo! Fantasy Sports API in NodeJS projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -100,2 +100,9 @@ # Yahoo! Fantasy API Node Module | ||
### 4.2.0 | ||
- Fixed a bug where querying player stats for a given week wasn't working. | ||
- Updated the `player.stats` function to accept a week OR a date (format `yyyy-mm-dd`) as the 2nd param. | ||
- Fixed a bug that would cause the function to fail silently if trying to request stats for a given `week` for players outside of the NFL (for this you can just get the weeks from the game settings and make multiple queries for each day of the week). | ||
- Fixes [Issue #79](https://github.com/whatadewitt/yahoo-fantasy-sports-api/issues/79) (Big thanks to [jimweigandt](https://github.com/jimweigandt) and [rdbaron](https://github.com/rdbaron) for the help finding / debugging the issue) | ||
### 4.1.5 | ||
@@ -102,0 +109,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
745668
5769
294