v1.3.2
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 onNSObject
. 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