Skip to content

Releases: cyrilverloop/codingame-php-tests

5.4.0

31 Oct 09:28
5.4.0
eee3296
Compare
Choose a tag to compare

[5.4.0] - 2024-10-31

Changed

  • Renaming docker-compose.yml to compose.yaml and docker-compose.override.yml to compose.override.yaml.
  • cyril-verloop/codingame-configuration 1.7.0 => 1.8.0.

5.3.0

30 Sep 09:18
5.3.0
c6ec670
Compare
Choose a tag to compare

[5.3.0] - 2024-09-30

Changed

  • cyril-verloop/codingame-configuration 1.6.0 => 1.7.0.

5.2.1

02 Sep 10:12
5.2.1
43d2931
Compare
Choose a tag to compare

[5.2.1] - 2024-09-02

Changed

  • cyril-verloop/codingame-configuration 1.5.0 => 1.6.0.

Fixed

  • test execution by updating "codingame-configuration".

5.1.0

31 Jul 11:36
5.1.0
effcbc7
Compare
Choose a tag to compare

[5.1.0] - 2024-07-31

Changed

  • cyril-verloop/codingame-configuration 1.2.1 => 1.4.1.

5.0.0

23 May 18:16
5.0.0
19de74a
Compare
Choose a tag to compare

[5.0.0] - 2024-05-23

Changed

  • Configurations, inputs, outputs and default codes are now in a separate project.
  • Default codes and tests are now generated in the Easy, Medium, Hard and Expert sub-directories
    of the src and tests directories.

4.2.0

13 May 08:20
4.2.0
5c8c021
Compare
Choose a tag to compare

[4.2.0] - 2024-05-13

Added

  • Community training medium configurations.

4.1.0

22 Apr 07:13
4.1.0
a725024
Compare
Choose a tag to compare

[4.1.0] - 2024-04-22

Added

  • Community training easy configurations.

4.0.0

21 Mar 18:12
4.0.0
9bda702
Compare
Choose a tag to compare

[4.0.0] - 2024-03-21

Added

  • Aliases in .ashrc.dist.
  • Infection.

Changed

  • PHP 7.3 => 8.3.
  • PHPUnit 9 => 11.
  • Generating code and test from configuration files.
  • Customised user in the container instead of root.

Removed

  • Community code and test.

3.17.0

31 Jan 09:32
3.17.0
12ef94b
Compare
Choose a tag to compare

[3.17.0] - 2023-01-31

Added

  • Tests for "Remainder fantasy".
  • Tests for "Bust speeding vehicles".
  • Tests for "Is the king in check? (part 2)".
  • Tests for "Kaprekar's routine".
  • Tests for "Count of primes in a number grid".
  • Tests for "Propositions in Frege’s ideography".
  • Tests for "If then else".
  • Tests for "Valid brackets in code".
  • Tests for "Source code analyser".
  • Tests for "3D printer".
  • Tests for "2048 scores".
  • Tests for "Wine from Kalbodia - episode 1".
  • Tests for "2.5D maze".
  • Tests for "Minimal number of swaps".
  • Tests for "Cylinders".
  • Tests for "Killer sudoku solver".
  • Tests for "IP mask calculating".
  • Tests for "Domino puzzle".
  • Tests for "Goldbach’s conjecture".
  • Tests for "Let's go to the cinema!".
  • Tests for "ASCII ART : glass stacking".
  • Tests for "De-FizzBuzzer".
  • Tests for "Find the replacement".
  • Tests for "The urinal problem".
  • Tests for "2×2×2 rubik’s cube movements".
  • Tests for "The polish dictionary".
  • Tests for "1010(1)".
  • Tests for "Vote counting".
  • Tests for "Maze for the champions".
  • Tests for "Longest increasing subsequence".
  • Tests for "Advanced tree".

3.16.0

31 Dec 09:42
3.16.0
67c84e7
Compare
Choose a tag to compare

[3.16.0] - 2022-12-31

Added

  • Tests for "Sticky keyboard".
  • Tests for "Bingo!".
  • Tests for "Duck hunt".
  • Tests for "Condition overshadowing".
  • Tests for "Equalizing arrays".
  • Tests for "Level of nested parentheses".
  • Tests for "Text alignment".
  • Tests for "Elliptic curve cryptography".
  • Tests for "Train passenger".
  • Tests for "CGS minifier".
  • Tests for "Smooth factory".
  • Tests for "Sum of divisors".
  • Tests for "Numeral system".
  • Tests for "Flood fill example".
  • Tests for "5D chests".
  • Tests for "Near-palindromes".
  • Tests for "Reversed look-and-say".
  • Tests for "Holey times".
  • Tests for "Consecutive balanced substrings".
  • Tests for "Palindromic decomposition".
  • Tests for "Battleship".
  • Tests for "Texas holdem".
  • Tests for "Solid integer".
  • Tests for "Bit count to limit".
  • Tests for "Porcupine fever".
  • Tests for "Bijective numeration".
  • Tests for "Plight of the fellowship of the ring".
  • Tests for "DDCG mapper".
  • Tests for "Queneau numbers".
  • Tests for "Simple fraction to mixed number".
  • Tests for "Rearrange string to two numbers".

Fixed

  • Tests groups for "CGFunge interpreter".