Releases: PretendoNetwork/nex-protocols-go
Releases · PretendoNetwork/nex-protocols-go
v2.0.4
What's Changed
- Datastore struct fixes by @ashquarky in #43
- feat(gathering_flags): Add more gathering flags by @DaniElectra in #78
- fix(match-making): Account for StructureVersion in JoinMatchmakeSessionParam by @ashquarky in #77
- fix(match-making): Check for NEX version over 2.0 by @DaniElectra in #80
- feat(rating): Add rating protocol by @shutterbug2000 in #81
- feat(match-making): Add matchmaking constants by @DaniElectra in #84
New Contributors
- @ashquarky made their first contribution in #43
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- datastore/miitopia by @ItzSwirlz in #41
- feat(friends-3ds): Update Mii unknown fields by @DaniElectra in #44
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- datastore/pokemon-gen6: Add missing handler for PrepareUploadPokemon by @ItzSwirlz in #40
- chore: Fixup WriteTo in structures to contentWritable
- This fixes a regression on how structures were written in NEX 3.5+ due
to overriding the contentWritable and messing up the structure headers
- This fixes a regression on how structures were written in NEX 3.5+ due
New Contributors
- @ItzSwirlz made their first contribution in #40
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - Rewrite
v1.0.58
What's Changed
- Swap to passing the packet to methods instead of the client by @jonbarrow in #37
Full Changelog: v1.0.57...v1.0.58
v1.0.57
Added helper method FilterPropertiesByResultOption
to DataStoreMetaInfo
. This method filters out certain struct properties based on the input flags
Full Changelog: v1.0.56...v1.0.57
v1.0.56
Make all stock DataStore and DataStoreSMM types return zeroed structs in their New
functions
Full Changelog: v1.0.55...v1.0.56
v1.0.55
What's Changed
- Fix typo in JoinMatchmakeSession by @DaniElectra in #36
- added nil check in DataStoreRatingInitParamWithSlot.Copy()
- added nil check in DataStoreGetMetaParam
- Updated all friends types to
nil
check theirParentType
s
Full Changelog: v1.0.54...v1.0.55
v1.0.54
What's Changed
- Update FriendPersistentInfo on 3DS by @DaniElectra in #34
Full Changelog: v1.0.53...v1.0.54
v1.0.53
What's Changed
- Add Subscription Protocol by @shutterbug2000 in #33
Full Changelog: v1.0.52...v1.0.53