Skip to content

Release v0.2.2

Choose a tag to compare

@brentyi brentyi released this 24 Aug 20:03

Fixes for subparsers:

  • Removed obsolete logic that equated optional types (with Optional[T] or Union[T, None]) as not required (when a default is provided).
  • Fix corner case for subparsers in nested classes.