Skip to content

v1.0.0

Compare
Choose a tag to compare
@dylanon dylanon released this 25 Sep 19:48
· 55 commits to master since this release
5e219bc

1.0.0 (2020-09-25)

Features

  • 🎸 fetch active listings instead of featured listings (3f17196)
  • 🎸 Fetch all listings instead of first 25 (95df00b)
  • 🎸 support params for findAllShopListingsActive (20ebe74)

BREAKING CHANGES

  • All active listings are now fetched instead of just featured ones. To
    reflect this, the featuredEtsyListing node has been renamed to
    etsyListing (and allFeaturedEtsyListing is now allEtsyListing).

Featured listings can be queried in the GraphQL playground by querying for listings
with a featured_rank value that is not null.

  • apiKey and shopId properties in plugin config have been renamed to
    api_key and shop_id.
  • All publicly available listings are fetched from Etsy, instead of the first 25.