Skip to content

v1.3.2

Compare
Choose a tag to compare
@a4z a4z released this 12 Jul 17:18
· 13 commits to main since this release
8cf3a85

What's Changed

  • Use simplified method for converting types to/from json by @mutagene in #131
    Implements the basic recommended method for converting to/from json as described in the documentation.

  • Fix an issue with nested generic types by @eakoli in #132
    This fixes an issue where if a generic external type is used as a template type its generic information would not be generated properly for objc.

  • Make NSObject based protocols optional by @a4z in #134
    This enables or disables to be generated Objective-C protocols based on NSObject. The default of --objc-strict-protocols is true since this is current behaviour. For more information about that toggle and the reason why it was added, please see #133 .

Full Changelog: v1.3.1...v1.3.2