Skip to content

v0.8.0

Compare
Choose a tag to compare
@jborean93 jborean93 released this 31 Jan 23:08
· 13 commits to master since this release
d3603a3

0.8.0 - 2022-02-01

  • The CommandParameter class now uses named keyword arguments
  • The cmd parameter for Command class is now a positional argument
  • Ensure each ps.streams.error entry contains a MESSAGE_TYPE value just like the other stream objects
  • Use a default of None if a complex custom object has no ToString property defined.
  • Moved back to using setuptools instead of poetry as the build system
  • Added type annotations to most public classes and methods