Skip to content

Releases: joshuaferrara/node-csgo

1.4.2 - Bug Fixes

14 Dec 17:02
Compare
Choose a tag to compare

v1.4.2

Dependency fixes and protobuf update script fixes.


  • @mshi lock package versions because protobufjs 6 has breaking changes (d6ba336)
  • @mshi Update SteamDatabase protobuf paths (f5864df)
  • @medcat Update sharecode.js (8f1965d)

Release MVP: @mshi

v1.4.1

08 Jul 04:26
Compare
Choose a tag to compare

v1.4.1

Bug fix due to protobuf updates. Thanks to @mshi


  • @mshi update protoUpdate.js to include a required protobuf (7bafba9)

Release MVP: @mshi

v1.4.0 - CS:GO Item Data

28 Jun 16:22
Compare
Choose a tag to compare

v1.4.0

Thanks to @Step7750, this version introduces support for grabbing information of CS:GO items.



Release MVP: @Step7750

v1.3.0

13 Jun 16:22
Compare
Choose a tag to compare

v1.3.0


  • @Supertt007 Added Level class to convert player_level into equivalent rank string (getString(int player_level))
  • @Supertt007 Added documentation for Level class to README.md
  • Bumped version number

Release MVP: @Supertt007

v1.2.0

13 Jun 04:54
Compare
Choose a tag to compare

v1.2.0 (Codename: "Where are all the PRs")


  • Added Rank class to convert rank_id into equivalent rank string (getString(int rank_id))
  • Added example for rank class conversion
  • Added documentation for Rank class to README.md
  • Added example/sentry and example/servers to .gitignore (I thought I already had done that...)
  • Removed random comment from example.js
  • Removed argument for requestRecentGames in example.js (deprecated that a while back)
  • Removed sellout badge from README.md
  • Removed servers file
  • Bumped version number

Release MVP: @joshuaferrara

Seriously pls send more PRs 😅

v1.1.0

12 Apr 18:15
Compare
Choose a tag to compare

v1.1.0 (Codename: "I should've done this a long time ago")


What'd we do:

  • Added some stuff to the readme.
  • @Supertt007 did a line-by-line port of the Sharecode class to fix some edge cases ❤️ 👍 8bf1f75
  • Josh incremented the version to 1.0.2 at 0619a42 but then forgot to push a release on GitHub 😅
  • @Supertt007 made some changes to the requestRecentGames method as we learned that the accountId parameter was not necessary. ¯_(ツ)_/¯ 94e1899 & 10c0377 & 51a35c7 & 188a4d5
  • Josh forced @Supertt007 to change his if/else statements. 32452ff
  • A bunch of people wanted to be on the cool kids list of websites in the readme.
  • As a result, Josh built a wall to hopefully suppress the amount of people wanting to be on this list because it's getting way too long.

Release MVP: @Supertt007

Thanks for everyone who contributed. I couldn't have done it without you!

Bug Fixes

14 Dec 16:59
Compare
Choose a tag to compare

Fixes a bug with protobufs not being included correctly. (Reported by @taylorfinnell)

Sharecodes, Proto Update Script and ES6

13 Dec 18:32
Compare
Choose a tag to compare

The title pretty much says it all.

This update includes a method to decode CSGO sharecodes as well as a script to automatically download the freshest protobufs available when npm install is ran.

This also breaks backwards-compatibility with versions of NodeJS <= 0.12.x.

0.1.8

26 Nov 18:46
Compare
Choose a tag to compare

Mainly bug fixes.

Don't tell anyone, but we skipped a version number - oops.

0.1.6

05 Oct 19:23
Compare
Choose a tag to compare

Rich Presence Update

This update includes an API to mess around with Rich Presence within CS:GO. Both the example.js and README.md files have been updated to get you up and running.

Thanks to @TrueCarry for implementing this feature.