Skip to content

Releases: gigobyte/HLTV

2.7.3

07 Jun 17:04
Compare
Choose a tag to compare
  • Added CloudFlare bypass

2.7.2

02 May 16:51
Compare
Choose a tag to compare
  • Fix for "Stream link Undefined in getMatch method #47"
  • Fix for "Format in UpcomingMatch model #46" (includes a change to the typings)

2.7.1

09 Apr 19:01
Compare
Choose a tag to compare
  • Updated dependencies (including bumping TS version to 2.8.1)
  • Fixed featured results appearing as duplicates in getResults (#45)

2.7.0

09 Mar 18:03
Compare
Choose a tag to compare
  • Fixed getPlayer method (#41)
  • Since there is no cover image on the player image anymore, it has been removed from the schema
  • Fixed age property on the Player to a nullable type, since some players don't have age recorded and the old version just returned 0

2.6.1

04 Mar 18:11
Compare
Choose a tag to compare
  • Fixed the whole getTeam method as most properties were broken from the new HLTV team page layout

2.6.0

02 Mar 17:11
Compare
Choose a tag to compare
  • Fixed connectToScoreboard method and updated the models

2.5.0

22 Feb 21:42
3c16fb9
Compare
Choose a tag to compare
  • Fixed a bug when parsing New position in team ranking (Isssue #38)
  • Added a country/region filter when parsing team ranking

2.4.0

06 Jan 22:15
fdd669c
Compare
Choose a tag to compare
  • Added a createInstance method that allows configuration of the URLs used within the package

2.3.1

15 Nov 20:21
Compare
Choose a tag to compare
  • Fixed a bug when parsing player images (something wrong with HLTV.getPlayer #32)

2.3.0

25 Oct 19:46
Compare
Choose a tag to compare
  • Added getPlayer method
  • Fixed empty IDs being parsed as NaN | thanks 0ArturkA