v1.0.0
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, thefeaturedEtsyListing
node has been renamed to
etsyListing
(andallFeaturedEtsyListing
is nowallEtsyListing
).
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.