Releases: Afischbacher/Nhl.Api
v1.7.0
Update v1.7.0 π
- Updated the NHL live game feed
GetLiveGameFeedByIdAsync
to enable configuration of polling real-time updates - Added the corrected rink side for the NHL live game feed as many live game feeds do not include the correct rink side
- Added the players active on ice for each play by play in the NHL live game feed
- Added the ability to retrieve entire game schedules by any season
- Big shoutout to @andersme for all the issues opened and improvements made to the Nhl.Api, thank you! ππ
v1.6.1
v1.6.0
Update v1.6.0 π π
-
Abstracted and broke out the
NhlApi
into smaller, more consumable sets by major types- NhlGameApi
- NhlPlayerApi
- NhlLeagueApi
- NhlStatisticsApi
Note: This does not deprecate the
Nhl.Api
, you can access all of the functionality still through theNhl.Api
. This only enables segregation and abstraction due to the growth of theNhl.Api
-
Added functionality to access NHL season information
-
Added on-pace statistics for the regular season
-
Added player search by active players
-
Added ability get all players to ever play in the NHL
-
Added boxscore and linescore information for easier access to live game information
-
Fixed minor bugs and spelling errors
More releases to come in the future!
v1.5.1
v.1.5.0
v1.5.0 update is here to the Nhl.Api πππ
- Improved overall memory management for the Nhl.Api
- Added division and conference standings
- Added team statistics and all team statistics by season
- Added team game schedules with start and end dates
- Added retrieving teams by multiple identifiers
- Added team logo's for retrieval
- Fixed minor bugs
v1.4.0
v1.3.0
Finally a new release for Nhl.Api to v1.3.0 π
Changelog
- Added
SearchAllPlayersAsync
to search for all active and inactive players in the NHL - Added every player to ever play within the
PlayerEnum
- Added NHL team codes for every team
- Revamped the
VenueEnum
to be more accurate - Enabled to search for every league roster by season year
- Fixed some bugs regarding namespaces from
Nhl.Api.Domain.Models
toNhl.Api.Models
More to come in the future release's π
v.1.2.0
Created a new release for the NHL API - v1.2.0 π
- Created the ability to search for NHL statistics for both players and goalies with the very first issue opened by ericgrantholland π
- Added the ability to extend the timeout for HTTP requests π»
- Added player and goalie headshots sizes for small, medium and large π·
- Fixed some spelling issues and minor bugs π
More updates coming soon! Stay tuned! :) π
v.1.1.3
v1.1.2
Post Release Update π
Changelog:
- Code refactoring and spacing updates