chore: deprecate public Offerings API - #73
Merged
Conversation
Offerings are a legacy Qonversion feature superseded by Remote Configs. Mark the public `offerings()` method (interface and implementation) as @deprecated and point developers to the migration guide. - Add @deprecated JSDoc to QonversionApi.offerings() and QonversionInternal.offerings() - Replace the offerings @see link with the Remote Configs migration guide No behavior changes: the method continues to work as before. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Offerings are a legacy Qonversion feature that is being sunset in favor of
Remote Configs.
This PR marks the public Offerings API in the Capacitor plugin as deprecated so
developers get an IDE/compiler hint and a pointer to the migration guide.
Changes
@deprecatedJSDoc to the publicofferings()method on theQonversionApiinterface and its implementation inQonversionInternal.qonversion.io/docs/offerings@seelink with the RemoteConfigs migration guide.
Notes
offerings()method continues to work exactlyas before; this is purely a documentation/deprecation annotation.
Offerings,Offering) are intentionally left untouched.Migration guide
https://documentation.qonversion.io/docs/migrate-offerings-to-remote-configs
Related
🤖 Generated with Claude Code