Skip to content

v1.1.0 - The one with a breaking change

Compare
Choose a tag to compare
@rickywiens rickywiens released this 28 Sep 13:54
· 150 commits to master since this release

Overview

We've merged in our first breaking change (Although this change breaks something that was also released after v1.0.0, we still feel like we should increment the minor version number). We expect that more breaking changes will follow so it's important to us to get versioning working.

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

  • Add IDs []int as option for List method in client - JakeSchoermer (#17)
  • Add storefront access token service (#19)
  • Add list customer orders endpoint (#20) <- New feature added
  • Add primary location ID to Shop struct (#22)
  • Adding debug webhook verify method (#18)
  • Add options to list customer orders (#21) <- Breaking change for new feature