Skip to content

Releases: coreyjs/nhl-api-py

2.11.0

08 Oct 15:37
503a7e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.2...2.11.0

2.10.2

07 Oct 11:35
8919541
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.0...2.10.2

2.10.0

26 Sep 21:20
df54a24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.9.1...2.10.0

2.9.1

17 Aug 13:56
237fa85
Compare
Choose a tag to compare

What's Changed

  • Adds Teams.team_summary() to also include 'franchise_id" by @coreyjs in #62
  • Verbose log fix by @coreyjs in #63

Full Changelog: 2.8.0...2.9.1

2.8.0

03 Aug 14:11
abd0337
Compare
Choose a tag to compare

Utah Hockey club added.

Goalie Stats Support

25 Jul 22:56
21ff614
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.7.0

2.6.0

26 Apr 12:51
ed48db7
Compare
Choose a tag to compare
Adds tests for Playoffs (#51)

Adds tests and version bump.

- Renames internal module from Playoff to Playoffs.
- Adds pytest around the playoff endpoints.
- Version bump to 2.6.0

2.5.1

21 Apr 16:26
Compare
Choose a tag to compare
version bump

2.5.0: #47 shift chart endpoint simple addition (#48)

30 Mar 14:22
95a848a
Compare
Choose a tag to compare
* #47 shift chart endpoint simple addition

* Bumps version to 2.5.0

2.4.0: 43 - Updates NHLClient to use https.Client on requests. (#44)

21 Feb 21:55
1bdcc6d
Compare
Choose a tag to compare
Allows NHLClient to be configured with additional configuration options: timeout, ssl_verify, follow_redirects.  These are configurable at the instantiation point.

Updates tests to now mock httxp.Client.get instead of httpx.get.

Updates README.md with new configuration options available