Skip to content

Releases: Afischbacher/Nhl.Api

v1.7.0

21 Dec 17:50
a9c22dd
Compare
Choose a tag to compare

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! πŸ˜ŽπŸ†’

YakupovCelebrationGIF

v1.6.1

13 Dec 14:37
Compare
Choose a tag to compare

A Small Set of Bug's Fixed πŸͺ² πŸ’

Changelog

  • Fixed GetTeamLogoAsync endpoints
  • Adjusted the player headshot sizes
  • GetDraftByYearAsync function

ThumbsUpSmilesGIF

v1.6.0

11 Dec 16:36
cb4d9b9
Compare
Choose a tag to compare

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 the Nhl.Api. This only enables segregation and abstraction due to the growth of the Nhl.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!

PittsburghPenguinsSidneyCrosbyGIF

v1.5.1

26 Nov 21:59
Compare
Choose a tag to compare

This is a bug fix release πŸ›πŸœπŸͺ² πŸ’

  • Changed the GetLiveGameFeedById and updated to be GetLiveGameFeedByIdAsync for consistency with the Nhl.Api

PhiladelphiaFlyersGrittyGIF

v.1.5.0

26 Nov 21:22
b357ae2
Compare
Choose a tag to compare

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

CalgaryFlamesMikaelBacklundGIF

v1.4.0

22 Nov 04:47
df3fe82
Compare
Choose a tag to compare

Here's a new release for the Nhl.Api 😎

  • Added live game feed content for NHL games, a big feature enabling you to retrieve analytics and in game information
  • Added some small clean ups
  • Made some quick bug fixes

WayneSimmondsPhiladelphiaFlyersGIF

v1.3.0

28 Oct 01:12
8910865
Compare
Choose a tag to compare

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 to Nhl.Api.Models

More to come in the future release's πŸ’

SanJoseSharksJoeThorntonGIF

v.1.2.0

14 Oct 03:31
956a240
Compare
Choose a tag to compare

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! :) πŸ‘

MontrealCanadiensHabsGIF

v.1.1.3

08 Oct 04:11
d883929
Compare
Choose a tag to compare

Bug Fixes πŸ›πŸœ

Changelog:

  • Renamed the PlayerEnum.cs values for easier readability
  • Fixed the player headshot image

More updates coming soon! 😎

TorontoNhlGIF

v1.1.2

08 Oct 03:44
Compare
Choose a tag to compare

Post Release Update 😊

Changelog:

  • Code refactoring and spacing updates