Releases: reserve-protocol/react-zapper
Releases · reserve-protocol/react-zapper
v1.6.2
v1.6.1
Added
- Export
zappableTokensconstant for consumers to access supported zappable tokens per chain
Fixed
- Added missing
zapperApiUrlandsellOnlyprops documentation to README
v1.6.0
Added
- New
zapperApiUrlprop for routing zapper service calls (api/zapper/*) to a dedicated host - Healthcheck now hits the zapper service
/healthendpoint directly viazapperApiUrl
Changed
- Reserve API calls (
current/prices,current/dtf,folio-manager/*,dtf/icons,zapper/report,odos/swap,velora/swap) remain onapiUrl zapperApiUrlfalls back toapiUrlwhen not provided (fully backwards compatible)
v1.5.11
chore: fix sellOnly flag
v1.5.10
feat: allow sellOnly
v1.5.9
feat: add deep liquidity flag
v1.5.8
Fixed
- Regenerated package-lock.json with npm@latest for CI compatibility
v1.5.7
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