Releases: leighmacdonald/steamid
Releases · leighmacdonald/steamid
v4.0.4
Fixed json / text unmarshallers
Full Changelog: v4.0.3...v4.0.4
v4.0.3
What's Changed
- Add implementation for sql.Scanner and driver.Value interfaces by @leighmacdonald in #11
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Improve steam32 support. Improve steam parser funcs. by @leighmacdonald in #10
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
- Add yaml marhsaller/unmarshaller by @leighmacdonald in #9
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- Add float64 conversion case by @leighmacdonald in #3
- Updates for go1.22 by @leighmacdonald in #4
- Drops github.com/pkg/error by @leighmacdonald in #5
- Migrate to discrete id parts for internal struct by @leighmacdonald in #6
- Move to v4 package. by @leighmacdonald in #7
- Add steamid convert command by @leighmacdonald in #8
New Contributors
- @leighmacdonald made their first contribution in #3
Full Changelog: v3.0.4...v4.0.0
v3.0.1 Release
v3.0.1 Release
- Add
UnmarshalJSON
/MarshalJSON
interfaces for GIDs
v3.0.0 Release
v3.0.0 Release
- SteamID now uses big.Int internally to simplify some conversions.
- Added new, more generalized, constructors
steamid.New(sid)
steamid.NewGID(gid)
MarshalJSON
interface added will return a quoted steam64 string instead of bare string to help with json compatibility
v2.1.0 Release
v2.1.0 release
v2.0.2 Release
Fixes for 1.16
Relase v2.0.1
Packaging fix