Skip to content

Releases: reserve-protocol/react-zapper

v1.6.2

26 Mar 02:03
b8d5fef

Choose a tag to compare

Fixed

  • Added USDT and WBNB token logos.

v1.6.1

26 Mar 01:21
5de7ebd

Choose a tag to compare

Added

  • Export zappableTokens constant for consumers to access supported zappable tokens per chain

Fixed

  • Added missing zapperApiUrl and sellOnly props documentation to README

v1.6.0

25 Mar 22:20
308b4c6

Choose a tag to compare

Added

  • New zapperApiUrl prop for routing zapper service calls (api/zapper/*) to a dedicated host
  • Healthcheck now hits the zapper service /health endpoint directly via zapperApiUrl

Changed

  • Reserve API calls (current/prices, current/dtf, folio-manager/*, dtf/icons, zapper/report, odos/swap, velora/swap) remain on apiUrl
  • zapperApiUrl falls back to apiUrl when not provided (fully backwards compatible)

v1.5.11

19 Mar 18:23

Choose a tag to compare

chore: fix sellOnly flag

v1.5.10

18 Mar 21:16

Choose a tag to compare

feat: allow sellOnly

v1.5.9

03 Mar 22:20

Choose a tag to compare

feat: add deep liquidity flag

v1.5.8

16 Dec 14:31
9d8edcc

Choose a tag to compare

Fixed

  • Regenerated package-lock.json with npm@latest for CI compatibility

v1.5.7

16 Dec 14:03
69eb497

Choose a tag to compare

Changed

  • Migrated npm publishing from token-based authentication to OIDC Trusted Publishers
  • Updated Node.js version from 20 to 22 in CI workflows
  • Added automatic version tagging workflow on push to main