Skip to content

Latest commit

 

History

History
112 lines (54 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

112 lines (54 loc) · 1.38 KB

Version history

We follow Semantic Versions since the 0.1.0 release.

1.2.0

Features

  • Adds flake8@4.0.0 support
  • Adds python3.10 support

1.1.0

Features

  • Improves performance on long files #210

1.0.0

Features

  • Adds python3.9 support
  • Now using new eradicate API
  • Adds --eradicate-whitelist and --eradicate-whitelist-append options

Misc

  • Moves to Github Actions

0.4.0

Features

  • Adds python3.5 support

0.3.0

Features

  • Adds python3.8 support

0.2.4

Bugfixes

  • Fixes that some lines inside the docstrings were marked as commented out code

0.2.3

Bugfixes

  • Fixed argparse bug, see #76

0.2.2

Bugfixes

  • Now eradicate-aggressive is parsed from config

0.2.1

Features

  • Updates to flake8 >= 3.7
  • Updates attrs < 20
  • Fixes plugin to work with stdin

Misc

  • Changes how we use flake8, moves from pytest-flake8 to native CLI

Version 0.2.0

Features

  • Adds aggressive configuration option
  • Upgrades eradicate to 1.0

Version 0.1.2

Misc

  • Improves readme
  • Improves tests

Version 0.1.1

Bugfixes

  • Relies on attrs explicitly, see #2

Misc

  • Improves readme
  • Improves tests

Version 0.1.0

  • Initial release