Skip to content

Release version 8.8.0 (#722)

Compare
Choose a tag to compare
@DanielKamkha DanielKamkha released this 27 Jan 12:19
· 706 commits to master since this release
8c1386e

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).