Skip to content

0.98.0

Choose a tag to compare

@drdavella drdavella released this 09 May 13:49
· 356 commits to main since this release
3f328a6

What's Changed

New

  • support >2 or's in CombineStartswithEndswith, args joined to tuple no duplicates by @LucasFaudman in #493
  • Add new CodeMod CombineIsinstanceIssubclass. isistance(x, str) or isnstance(x, (bytes, list)) -> isinstance(x, (str, bytes, list)) by @LucasFaudman in #494

Fixed

New Contributors

Full Changelog: 0.97.1...0.98.0