Releases: akiver/csgo-sharecode
Releases · akiver/csgo-sharecode
v4.0.0
29 Sep 23:14
Compare
Sorry, something went wrong.
No results found
Upgrade dev deps/GitHub actions
ESM only
MIT license
v3.1.2
13 Dec 01:13
Compare
Sorry, something went wrong.
No results found
Fix error when importing the CJS module
Update dev deps
v3.1.1
30 Sep 23:12
Compare
Sorry, something went wrong.
No results found
fix: types definition may not be found
v3.1.0
11 Sep 23:17
Compare
Sorry, something went wrong.
No results found
Add CS2 "follow recoil" option support
Upgrade dev deps
v3.0.1
08 Mar 23:05
Compare
Sorry, something went wrong.
No results found
Fix comparing provided errors with instanceof not working, i.e:
try {
decodeMatchShareCode ( "invalid-share-code" ) ;
} catch ( error ) {
if ( error instanceof InvalidShareCode ) {
// now works
}
}
v3.0.0
28 Feb 23:04
Compare
Sorry, something went wrong.
No results found
Breaking changes
Rename decode function to decodeMatchShareCode
Rename encode function to encodeMatchShareCode
Rename ShareCode interface to MatchInformation
Changes
Add functions to encode/decode crosshair share code
Throw explicit errors (InvalidShareCode and InvalidCrosshairShareCode)
Export CJS/ESM module
2.0.2
25 Jan 06:33
Compare
Sorry, something went wrong.
No results found
Improved share code pattern detection
Upgrade deps
v2.0.1
24 Aug 23:04
Compare
Sorry, something went wrong.
No results found
v2.0.0
24 Aug 22:30
Compare
Sorry, something went wrong.
No results found
Refactor to use BigInt , I/O int64 values are now BigInt values!
Node 10.8.0 is required!
v1.3.0
15 Mar 18:57
Compare
Sorry, something went wrong.
No results found
Fix possible incorrect decoding #12