Release version 8.8.0 (#722)
Features:
- Added
@Skip("Tag1", "Tag2"...)
attribute for skipping elements based on presence of user-defined custom tags. - Added support for "positional" enumerator references.
Bug fixes:
- Added validation against applying
@Java(Skip)
,@Swift(Skip)
, and@Dart(Skip)
attributes to enumerators
(i.e. to items of an enumeration).