Skip to content

Releases: andras-tim/wscheck

1.3.0 - 2018-10-31

08 Feb 13:46
Compare
Choose a tag to compare
v1.3.0

Release v1.3.0

1.2.0 - 2018-10-18

18 Oct 01:34
Compare
Choose a tag to compare

Added

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

1.1.2 - 2018-10-18

18 Oct 01:33
Compare
Choose a tag to compare

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

02 Nov 01:21
Compare
Choose a tag to compare

Fixed

  • Removed unnecessary test files from the released package

1.1.0 - 2017-11-02

02 Nov 01:21
Compare
Choose a tag to compare

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

02 Nov 01:20
Compare
Choose a tag to compare

Fixed

  • Fixed versioning

1.0.0 - 2017-07-14

02 Nov 01:20
Compare
Choose a tag to compare

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

14 Jul 04:31
Compare
Choose a tag to compare

Fixed

  • Fixed column calculation of WSW003

0.1.5 - 2016-08-31

31 Aug 17:53
Compare
Choose a tag to compare

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

11 Aug 09:31
Compare
Choose a tag to compare

Fixed

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