Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@linuxdaemon linuxdaemon released this 18 Aug 23:37
a7f0298

Fixes

  • Add explicit __all__ statements for all module exports
  • Expand parser test coverage
  • Fix handling empty parameters in ParamList
  • Fix support for partial prefixes
  • Fix parsing of empty string for CapList

New

  • Add comparison support for list and Dict[str, str] to TagList
  • Allow empty constructors for TagList

Changes

  • Removed Python 3.4 support