Releases: alexanderwe/the-traveler
Releases · alexanderwe/the-traveler
v1.0.1
v1.0.0
Added
- New structure for method calls to emphasise the different resources they are accessing
traveler.destiny2.<method> // for Destiny2 resources
traveler.oauth.<method> // for OAuth resources
traveler.user.<method> // for Bungie user resources
traveler.global.<method> // for Bungie.net global resources
Fixed
v0.7.4
v0.7.3
v0.7.2
v0.7.1
Fix
- Dependencies were messes up
v0.7.0
Added
Traveler.ts
- getLinkedProfiles()
interfaces.ts
- IDestinyLinkedProfilesResponse
- IDestinyErrorProfile
- IDestinyProfileResponse
- profilePlugSets
- IDestinyPlugSetsComponent
- IDestinyItemComponentSet
- IDestinyItemPlugComponent
- IDestinyCharacterResponse
- plugSets
- currencyLookups
- IDestinyVendorsResponse
- vendorGroups
- currencyLookups
- IDestinyVendorGroupComponent
- IDestinyVendorResponse
- itemComponents
- currencyLookup
- IDestinyHistoricalStatsDefinition
- statNameAbbr
- mergeMethod
- unitLabel
- medalTierHash
- IDestinyPublicMilestoneActivity
- activityModeHash
- activityModeType
Changed
Traveler.ts
- getClanLeaderboards return type: object -> { [key: string]: IDestinyHistoricalStatsDefinition }
- getLeaderboards return type: object -> { [key: string]: IDestinyHistoricalStatsDefinition }
- getLeaderboardsForCharacter return type: object -> { [key: string]: IDestinyHistoricalStatsDefinition }
interfaces.ts
- IGearAssetDataBaseDefinition
- version: string -> number
- IDestinyManifest
- mobileGearCDN: object -> dictionary{string,string}
- IDestinyProfileResponse
- itemComponents: object -> IDestinyItemComponentSet
- IDestinyHistoricalWeaponStats
- referenceId: string -> number
- IDestinyMilestoneContentItemCategory
- itemHashed: string[] -> number[]
- IDestinyPublicMilestoneChallenge
- activityHash: string -> number
- IDestinyPublicMilestoneVendor
- vendorHash: string -> number
- previewItemHash: string -> number
enums.ts
- Updated PlatformErrorCodes
- Updated DestinyActivityModeType
Fixed
interface.ts
- IDestinyPostGameCarnageReportTeamEntry and IDestinyPostGameCarnageReportExtendedData were swapped
v0.6.2
v0.6.1
Removed
- Traveler.ReportOffensivePostGameCarnageReportPlayer() due to not obtainable Oauth scope
v0.6.0
Added
Two new methods according to the latest update on the official Destiny 2 API
- PullFromPostmaster method
- and corresponding interfaces
- ReportOffensivePostGameCarnageReportPlayer method
- and corresponding interfaces