Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Archomeda Archomeda released this 16 Aug 19:02
· 410 commits to master since this release
10d35ba

Endpoints

  • Breaking: Gw2Sharp.WebApi.V2.Models.CharacterCraftingDiscipline has had the type of its property Discipline changed from string to ApiEnum<CraftingDisciplineType>
  • Breaking: Gw2Sharp.WebApi.V2.Models.MasteryLevel has had the type of its property Icon fixed from string to RenderUrl
  • Breaking: Enum value TwoHandedToy in Gw2Sharp.WebApi.V2.Models.ItemWeaponType has had its name fixed to ToyTwoHanded
  • Add /v2/recipes
  • Add /v2/recipes/search
  • Add missing enum AgonyResistance in Gw2Sharp.WebApi.V2.Models.ItemAttributeType
  • Add missing enums Currency, RandomUnlock and MountRandomUnlock in Gw2Sharp.WebApi.V2.Models.ItemConsumableType
  • Add missing enum Immediate in Gw2Sharp.WebApi.V2.Models.ItemContainerType
  • Add missing enum Female in Gw2Sharp.WebApi.V2.Models.ItemRestriction
  • Add missing enum Key in Gw2Sharp.WebApi.V2.Models.ItemType
  • Add missing enums SharedSlot, Minipet and MountSkin in Gw2Sharp.WebApi.V2.Models.ItemUnlockType
  • Add missing item type Key as Gw2Sharp.WebApi.V2.Models.ItemKey for pattern matching

Fixes

  • Classes that implement Gw2Sharp.WebApi.V2.Models.ICastableType to support polymorphism (e.g. various items from /v2/items) should no longer fail to deserialize with RenderUrl properties (#12)

Refactoring

  • The endpoint clients Gw2Sharp.WebApi.V2.Clients.CommerceExchangeCoinsClient and Gw2Sharp.WebApi.V2.Clients.CommerceExchangeGemsClient no longer inherit from Gw2Sharp.WebApi.V2.Clients.BaseEndpointBlobClient and instead inherit from Gw2Sharp.WebApi.BlobClient (they require the quantity to be given and cannot return a valid blob response without it)