v0.0.22
What's Changed
- Correctly parse combined flags when
recurse==Trueby @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
ParserConfigErrorby @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