Skip to content

v1.2.0 - The one with more endpoint support and the pursuit of a free t-shirt

Compare
Choose a tag to compare
@andrewhoff andrewhoff released this 20 Dec 17:02
· 137 commits to master since this release

Overview

Mostly adding missing support for some endpoints, little bit of test cleanup, and a few struct field tweaks in some models.

Here's what is different in v1.2.0 from v1.1.0:

  • Convert some tests to use RegisterResponderWithQuery (#36)
  • Add order update endpoint (#41)
  • Add endpoint to get all tags across customers (#40)
  • Add Location endpoint. (#25)
  • Add list collects endpoint (#38)
  • Add usage charge service (#35)
  • Update tests due to breaking changes in http mock update (#33)
  • Add properties to RefundLineItem (#29)
  • Add omitempty tag for CustomerAddress properties (#28)
  • Theme resource fix tag (#27)
  • Added CustomerAddressService (#26)
  • Remove execute permission from go source files. (#24)
  • Add product and variant admin_graphql_api_id attribute (#23)