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 error error printing on read error
1.3.1 - 2021-02-08
- Print file path on read error
- Updated development dependencies
1.3.0 - 2018-10-31
- Added
--color
to highlight console output
1.2.0 - 2018-10-18
- Added
--quick-benchmark
for Travis can check assertions of performance tests too - Added Python3 support
1.1.2 - 2018-10-18
- Updated development dependencies
- More understandable error message when path was not specified
- Fixed performance test of WSC007 rule
- Fixed "wscheck: error: paths" error
1.1.1 - 2017-11-02
- Removed unnecessary test files from the released package
1.1.0 - 2017-11-02
- 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.
- Improved documentation
- Fixed the HTML generation error of readme on GitHub and PyPi
1.0.1 - 2017-07-14
- Fixed versioning
1.0.0 - 2017-07-14
- Added documentation for rules
- 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 column calculation of WSW003 rule
0.1.5 - 2016-08-31
- Added some test cases to printer
- Always write checkstyle output in case-insensitive alphabetic order of paths
- Fixed arrow position on console output
0.1.4 - 2016-08-11
- KeyError: 'row' in printer.py:15 - issue #1
0.1.3 - 2016-08-05
- Covered code with tests
- Write checkstyle file when no issues
- Write issue-less paths into checkstyle output
0.1.2 - 2016-08-04
- Minimized dependencies
0.1.1 - 2016-08-04
- PyPi release