yahoo-fantasy
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "yahoo-fantasy", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "An API to help facilitate the use of the Yahoo! Fantasy Sports API in NodeJS projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -58,2 +58,5 @@ Yahoo! Fantasy API Node Module | ||
#### 0.5.2 | ||
* Fixed a bug where player stats by week url was not being created properly, thanks [withsmilo](https://github.com/withsmilo)! | ||
#### 0.5.1 | ||
@@ -60,0 +63,0 @@ * Fixed a bug where collections that contained subresources would return no data. |
@@ -42,3 +42,3 @@ var playerHelper = require('../helpers/playerHelper.js'); | ||
} else if ( 3 == arguments.length ) { | ||
url += ';week=' + week; | ||
url += ';type=week;week=' + week; | ||
} | ||
@@ -45,0 +45,0 @@ |
727664
112