Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 15:43
· 75 commits to main since this release
3d7c8cc

2.0.0 (2025-06-19)

⚠ BREAKING CHANGES

  • getDataSuffix has been replaced with getReferralTag and now requires a user parameter.

Migration steps:

  1. Replace getDataSuffix imports with getReferralTag

  2. Add the required user parameter to all getReferralTag calls

See the migration guide in README.md for detailed instructions: https://github.com/divvi-xyz/divvi-referral-sdk#migration-from-v1-to-v2

Features

  • replace getDataSuffix with getReferralTag and require user parameter (#15) (3d7c8cc)