Skip to content

chore: deprecate public Offerings API#455

Merged
smejl merged 1 commit into
developfrom
chore/deprecate-offerings
Jul 18, 2026
Merged

chore: deprecate public Offerings API#455
smejl merged 1 commit into
developfrom
chore/deprecate-offerings

Conversation

@smejl

@smejl smejl commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Offerings are a legacy Qonversion feature that has been superseded by Remote Configs. This PR marks the public Offerings API as deprecated so integrators are guided toward the replacement.

  • Add @deprecated JSDoc tag to offerings() on the QonversionApi interface (src/QonversionApi.ts) and its QonversionInternal implementation (src/internal/QonversionInternal.ts).
  • Repoint the doc-comment @see link from the old Offerings page to the migration guide.

Behavior

No runtime behavior changes. This is a documentation-only deprecation — the method continues to work exactly as before. No version bump or CHANGELOG edits are included.

Migration

Manage paywall products with Remote Configs instead: https://documentation.qonversion.io/docs/migrate-offerings-to-remote-configs

Related

  • documentation_mintlify#100
  • dash-mono#571

🤖 Generated with Claude Code

Offerings are a legacy Qonversion feature superseded by Remote Configs.
Mark the public `offerings()` method as `@deprecated` on both the
`QonversionApi` interface and its `QonversionInternal` implementation,
and point the doc-comment `@see` link to the migration guide.

Behavior is unchanged — this is a documentation-only deprecation to
guide integrators toward Remote Configs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@smejl
smejl merged commit 654f5d2 into develop Jul 18, 2026
1 check passed
@smejl
smejl deleted the chore/deprecate-offerings branch July 18, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant