Skip to content

v1.17

Choose a tag to compare

@pylessard pylessard released this 15 Mar 00:55
· 80 commits to master since this release

New Feature

  • Added type hints to the library
  • Accepts non-standard services that extends the BAseService class (@HugGa)

Bug fixes

  • Fixed few instances where None values were not handled correctly
  • Corrected bad types in documentation
  • Bugfix for J2534Connection (@venden)

Changes

  • internal cleanup to remove mid-module import and circular dependencies problems
  • Reformatted everything with autopep8