Skip to content

Latest commit

 

History

History
142 lines (100 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

142 lines (100 loc) · 3.91 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.3.2 - 2021-02-08

Fixed

  • Fixed error error printing on read error

1.3.1 - 2021-02-08

Added

  • Print file path on read error

Changed

  • Updated development dependencies

1.3.0 - 2018-10-31

Added

  • Added --color to highlight console output

1.2.0 - 2018-10-18

Added

  • Added --quick-benchmark for Travis can check assertions of performance tests too
  • Added Python3 support

1.1.2 - 2018-10-18

Changed

  • Updated development dependencies
  • More understandable error message when path was not specified

Fixed

  • Fixed performance test of WSC007 rule
  • Fixed "wscheck: error: paths" error

1.1.1 - 2017-11-02

Fixed

  • Removed unnecessary test files from the released package

1.1.0 - 2017-11-02

Added

  • Added rule for checking empty lines at the beginning of the files (WSC007)
  • Added PyPy support
  • Added performance measurement tests
  • Added small detail and example to pages of rules.

Changed

  • Improved documentation

Fixed

  • Fixed the HTML generation error of readme on GitHub and PyPi

1.0.1 - 2017-07-14

Fixed

  • Fixed versioning

1.0.0 - 2017-07-14

Added

  • Added documentation for rules

Changed

  • Renamed rule IDs from WSW000 to WSC000 for better fit to the name of wscheck
  • Set version number for all components

0.1.6 - 2016-08-31

Fixed

  • Fixed column calculation of WSW003 rule

0.1.5 - 2016-08-31

Added

  • Added some test cases to printer

Changed

  • Always write checkstyle output in case-insensitive alphabetic order of paths

Fixed

  • Fixed arrow position on console output

0.1.4 - 2016-08-11

Fixed

  • KeyError: 'row' in printer.py:15 - issue #1

0.1.3 - 2016-08-05

Added

  • Covered code with tests

Fixed

  • Write checkstyle file when no issues
  • Write issue-less paths into checkstyle output

0.1.2 - 2016-08-04

Changed

  • Minimized dependencies

0.1.1 - 2016-08-04

Added

  • PyPi release

0.1.0 - 2016-08-04

Added