Skip to content

Releases: dylanon/gatsby-source-etsy

v2.0.2

23 Jan 15:12
Compare
Choose a tag to compare

2.0.2 (2022-01-23)

Bug Fixes

  • 🐛 release node-fetch security patch (5ee9087)

v1.2.0

23 Jan 15:24
Compare
Choose a tag to compare

1.2.0 (2022-01-23)

Features

  • 🎸 warn on install if using wrong Gatsby version (d1d6e1a)

v1.1.1

23 Jan 15:19
Compare
Choose a tag to compare

1.1.1 (2022-01-23)

Bug Fixes

  • 🐛 release node-fetch security patch (016310b)

v1.1.0

14 Jan 02:36
251a9de
Compare
Choose a tag to compare

1.1.0 (2022-01-14)

Features

  • 🎸 Reduce package size (2d6e8be)

v2.0.1

09 Jan 21:37
7c7029d
Compare
Choose a tag to compare

2.0.1 (2022-01-09)

Bug Fixes

  • 🐛 Declare Gatsby version support (dbe44ba)

v2.0.0

09 Jan 19:16
c2b3ed4
Compare
Choose a tag to compare

2.0.0 (2022-01-09)

Bug Fixes

  • 🐛 Make gatsby-source-filesystem a peer dependency (da3a77e)

Features

BREAKING CHANGES

  • gatsby-source-filesystem is now a peer dependency. Install the correct
    version for the version of Gatsby your site uses (v3 or v4).
  • Minimum Gatsby version is now v3. For use with earlier versions of
    Gatsby, please install gatsby-source-etsy v1.

v2.0.0-beta.1

09 Jan 18:49
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2022-01-09)

Bug Fixes

  • 🐛 Make gatsby-source-filesystem a peer dependency (da3a77e)

Features

BREAKING CHANGES

  • gatsby-source-filesystem is now a peer dependency. Install the correct
    version for the version of Gatsby your site uses (v3 or v4).
  • Minimum Gatsby version is now v3. For use with earlier versions of
    Gatsby, please install gatsby-source-etsy v1.

v2.0.0-alpha.2

09 Jan 18:39
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha.2 (2022-01-09)

Bug Fixes

  • 🐛 Make gatsby-source-filesystem a peer dependency (da3a77e)

Features

  • 🎸 Reduce package size (a01939b)

BREAKING CHANGES

  • gatsby-source-filesystem is now a peer dependency. Install the correct
    version for the version of Gatsby your site uses (v3 or v4).

v2.0.0-alpha.1

06 Jan 21:34
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

2.0.0-alpha.1 (2022-01-06)

Features

BREAKING CHANGES

  • Minimum Gatsby version is now v3. For use with earlier versions of
    Gatsby, please install gatsby-source-etsy v1.

v1.0.0

25 Sep 19:48
5e219bc
Compare
Choose a tag to compare

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.