Releases
v11.0.0
kmyk
released this
13 Sep 15:23
#816 (breaking changes) remove Python 3.5 support
#811 #790 (breaking changes) update the test
subcommand
--print-input
is now default.
--ignore-spaces
option and --ignore-spaces-and-newlines
option are added.
Now it always ignores the difference between CRLF and LF.
Some options are renamed or removed.
The current default behavior uses exact matching but ignores the difference of CRLF and LF.
The previous default used exact matching but ignored trailing spaces and newlines of files. It was the same to the matching algorithm in Anarchy Golf.
#819 (breaking changes) remove some options from submit
The options --format-dos2unix
, --format-rstrip
, --golf
are removed. They are options for code golf.
#821 replace the default command of test
subcommand on Windows with .\a.exe
#818 improve the output of test
subcommand
#813 #819 update some hint messages
#825 (breaking changes) change to print logs to stdout instead of stderr (@ryo-n )
--json
options of some subcommands are also removed. They used stdout.
You can’t perform that action at this time.