Skip to content

Releases: boxwise/boxtribute

v2.1.0

23 Dec 09:54
v2.1.0
7e26160
Compare
Choose a tag to compare

Changelog of GraphQL API

Added

  • Box.history returns list of formatted box history entries (type HistoryEntry)

v2.0.7

26 Nov 18:49
v2.0.7
e320c52
Compare
Choose a tag to compare

Changelog of GraphQL API

Added

  • Base.tags(resourceType: TaggableResourceType) returns non-deleted tags of the parent base

Changed

  • Base.products returns only non-deleted products
  • Base.locations returns only non-deleted locations
  • User.email is only available to the user themselves

Fixed

  • Auto-completion when typing queries in GraphQL playground now works. Docs can be inspected from the tabs on the right
  • The Server cannot be reached message has been removed

v2.0.6

12 Oct 09:12
v2.0.6
f18d6e7
Compare
Choose a tag to compare

Changelog of GraphQL API

Fixed

  • the locations query only returns ClassicLocations (fixed in 5306a71)

v2.0.4

13 Sep 10:34
v2.0.4
1cc212f
Compare
Choose a tag to compare

Changelog of GraphQL API

Added

  • a new data type for Tag
  • new queries for fetching information about tags (single tag by ID, multiple tags), also the Box.tags and Beneficiary.tags fields
  • a new data type for product Size holding two fields: ID and label
  • data types and queries for mobile distributions

Updated

Location type

  • now is an interface, implemented by ClassicLocation and DistributionSpot types

Box type

  • now derives from the ItemsCollection interface
  • the location field refers to the Location interface
  • the items field is renamed to numberOfItems
  • the size field refers to the Size type

SizeRange type

  • the sizes field returns a list of Sizes instead of strings

Removed

Product type

  • the sizes field has been removed. Use Product.sizeRange.sizes instead