Releases: cyrilverloop/codingame-php-tests
Releases · cyrilverloop/codingame-php-tests
5.4.0
[5.4.0] - 2024-10-31
Changed
- Renaming
docker-compose.yml
tocompose.yaml
anddocker-compose.override.yml
tocompose.override.yaml
. - cyril-verloop/codingame-configuration 1.7.0 => 1.8.0.
5.3.0
[5.3.0] - 2024-09-30
Changed
- cyril-verloop/codingame-configuration 1.6.0 => 1.7.0.
5.2.1
[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
[5.1.0] - 2024-07-31
Changed
- cyril-verloop/codingame-configuration 1.2.1 => 1.4.1.
5.0.0
[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
andExpert
sub-directories
of thesrc
andtests
directories.
4.2.0
[4.2.0] - 2024-05-13
Added
- Community training medium configurations.
4.1.0
[4.1.0] - 2024-04-22
Added
- Community training easy configurations.
4.0.0
[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
[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
[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".