Releases: joshuaferrara/node-csgo
1.4.2 - Bug Fixes
v1.4.1
v1.4.0 - CS:GO Item Data
v1.4.0
Thanks to @Step7750, this version introduces support for grabbing information of CS:GO items.
- @Step7750 Added support for item data requests (9b06833)
- @Step7750 Added support for item data requests (9a15426)
- @Step7750 Converts the paintwear uint32 to a float (9e71988)
- @Step7750 Added example for fetching itemdata (dc1fb24)
- @Step7750 Fixed function name of item data retrieval (4a9a02d)
- @Step7750 Updated Readme for info about the item data method (6be578f)
- @Step7750 Fixed visual formatting of the item data response (a393367)
- @Step7750 Update README.md (d860047)
Release MVP: @Step7750
v1.3.0
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
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
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
Fixes a bug with protobufs not being included correctly. (Reported by @taylorfinnell)
Sharecodes, Proto Update Script and ES6
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
Mainly bug fixes.
Don't tell anyone, but we skipped a version number - oops.
0.1.6
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.