Releases: akiver/csgo-sharecode
Releases · akiver/csgo-sharecode
v5.0.0
Compare
Sorry, something went wrong.
No results found
akiver
released this
07 Jul 01:01
Upgrade dev dependencies
Switch from npm to pnpm for development
The package is now published through npm staged publishing
v4.0.0
Compare
Sorry, something went wrong.
No results found
akiver
released this
29 Sep 23:14
Upgrade dev deps/GitHub actions
ESM only
MIT license
v3.1.2
Compare
Sorry, something went wrong.
No results found
akiver
released this
13 Dec 01:13
Fix error when importing the CJS module
Update dev deps
v3.1.1
Compare
Sorry, something went wrong.
No results found
akiver
released this
30 Sep 23:12
fix: types definition may not be found
v3.1.0
Compare
Sorry, something went wrong.
No results found
akiver
released this
11 Sep 23:17
Add CS2 "follow recoil" option support
Upgrade dev deps
v3.0.1
Compare
Sorry, something went wrong.
No results found
akiver
released this
08 Mar 23:05
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
Compare
Sorry, something went wrong.
No results found
akiver
released this
28 Feb 23:04
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
Compare
Sorry, something went wrong.
No results found
akiver
released this
25 Jan 06:33
Improved share code pattern detection
Upgrade deps
v2.0.1
Compare
Sorry, something went wrong.
No results found
akiver
released this
24 Aug 23:04
v2.0.1
v2.0.0
Compare
Sorry, something went wrong.
No results found
akiver
released this
24 Aug 22:30
Refactor to use BigInt , I/O int64 values are now BigInt values!
Node 10.8.0 is required!