**Enhancements**
* Added the `Player` class for all sports which allows individual players to be queried for season and career stats.
* Added the `Roster` class which instantiates a `Player` for every member of a team's roster to allow entire teams to be searched.
* Added a `Rankings` class for NCAAB and NCAAF which provides weekly rankings from the Associated Press.
* Added a `Conferences` class for NCAAB and NCAAF which contains the name of the conference each college team participates in.
* Now calculating more stats in the NCAAB `Team` class to provide more parity with the `Boxscore` class.
* Added a property in the `Game` class with the boxscore's URI to allow all URI's to be pulled without instantiating the `Boxscore` class.
* Re-arranged the layout of the docs to enable easier navigation.
**Fixes**
* Fixed spelling issues in documentation.
* Fixed an issue where an error was thrown while parsing the NHL boxscore meta-information when no information is provided.
* Fixed an issue parsing an NCAAB team's ranking in the `Boxscore` class when the boxscores aren't present on the requested boxscore page.
**Known Issues**
* For more historic seasons (generally 5+ years ago), the boxscore pages contains less game meta-information (such as date, location, attendance, etc.) which causes the incorrect values to be parsed. This does not affect the statistical values (points, shots, fouls, yards, hits, etc.) for the boxscores. Until fixed, it is recommended to not rely on the game meta-information for seasons prior to the most recent for all sports.