Skip to content

Releases: tbali0524/cgtest

v1.6.0

03 Dec 14:01
Compare
Choose a tag to compare

Added

  • A global 'slowThreshold' option added to config file format.
  • In --verbose mode, the tests taking longer then 'slowThreshold' are also listed.
  • More CG puzzle test cases added.

v1.5.0

22 Oct 08:52
Compare
Choose a tag to compare
  • --test-case=id command-line argument added.
  • global 'test-case' option added to config file format.

v1.4.0

10 Aug 10:01
Compare
Choose a tag to compare
  • javascript and typescript support added.
  • global 'runOnlyPuzzles' option added to config file format.
  • Partial test cases (input files with turn #0 data) for all multi-turn or multi-solution CG puzzles added.
  • Output for --stats option extended with 'run only' puzzles.
  • Build errors were not reported as failed tests.

v1.3.0

05 Aug 16:55
Compare
Choose a tag to compare
  • c# and vb.net support added.
  • '--run-only' command-line argument added.
  • 'run-only' global option added to config file format.
  • 'runOnlyPuzzles' language-specific option added to config file format.
  • 'buildPath' global option added to config file format.
  • partial test cases (input files with turn #0 data) added for several optimization and multi-turn solo puzzles.
  • Revamped output for --stats option.

v1.2.0

29 Jul 14:07
Compare
Choose a tag to compare
  • Test cases for all CG solo I/O puzzles added. Total is now over 750 test cases for around 600 puzzles.
  • Stats for unique puzzles.

v1.1.0

25 Jul 21:34
Compare
Choose a tag to compare
  • --stats command-line option added.
  • 150+ CG puzzle test cases added.
  • All puzzles renamed in .cgtest.full.php config file (to better match the slug in the CG URLs).

v1.0.0

23 Jul 16:20
Compare
Choose a tag to compare

Initial release