Skip to content

v0.7.0

Compare
Choose a tag to compare
@alexanderwe alexanderwe released this 18 Jun 10:37
· 39 commits to master since this release
6beec5a

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