Skip to content

v0.0.22

Choose a tag to compare

@oir oir released this 21 Feb 16:30
· 21 commits to main since this release
826335c

What's Changed

  • Correctly parse combined flags when recurse==True by @oir in #125
  • Add support for abstract sequences, frozenset by @oir in #127
  • Support python 3.14 by @oir in #129
  • Support Any, update typing docs by @oir in #130
  • Do not catch ParserConfigError by @oir in #132
  • Support nested naming when recursing by @oir in #133
  • Add error types, refactor by @oir in #134
  • Refactor to separate recursive inspection from Args construction by @oir in #135

Full Changelog: v0.0.21...v0.0.22