RevenueCat / purchases-ios

In-app purchases and subscriptions made easy. Support for iOS, watchOS, tvOS, macOS, and visionOS.
https://www.revenuecat.com/
MIT License
2.2k stars 295 forks source link

Fix onChangeOf to be internal instead of public #3957

Closed joshdholtz closed 3 weeks ago

joshdholtz commented 3 weeks ago

Motivation

Prevent onChangeOf from being leaked as a public method

Description

Remove public from onChangeOf which will make it internal

⚠️ Not marking as deprecated but will put something in the release notes about this

joshdholtz commented 3 weeks ago

This was already done for v5 in #3788 😅 Closing