NativeScript / ios

NativeScript for iOS and visionOS using V8
https://docs.nativescript.org/guide/ios-marshalling
131 stars 33 forks source link

feat: add `@deprecation` and `@since` docs #246

Closed edusperoni closed 5 months ago

edusperoni commented 7 months ago

This adds deprecation and since notices to APIs:

Before:

widgetMaximumSizeForDisplayMode(displayMode: NCWidgetDisplayMode): CGSize;

After:

    /**
     * @since 10.0
     * @deprecated 14.0
     */
    widgetMaximumSizeForDisplayMode(displayMode: NCWidgetDisplayMode): CGSize;
NathanWalker commented 6 months ago

On 8.8.0-alpha.0