Releases: andras-tim/wscheck
Releases · andras-tim/wscheck
1.3.0 - 2018-10-31
v1.3.0 Release v1.3.0
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
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