This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
1.1.4
-
Implemented
PSR-4 autoloader standard
from all library files. -
Implemented
PSR-2 coding standard
from all library PHP files. -
Implemented
PHPCS
to ensure that PHP code complies withPSR2
code standards. -
Implemented
Codacy
to automates code reviews and monitors code quality over time. -
Implemented
Codecov
to coverage reports. -
Changed
Josantonius\Algorithm\Test\AlgorithmTest
class toJosantonius\Algorithm\AlgorithmTest
class. -
Added
Algorithm/phpcs.ruleset.xml
file. -
Deleted
Algorithm/src/bootstrap.php
file. -
Deleted
Algorithm/tests/bootstrap.php
file. -
Deleted
Algorithm/vendor
folder.
Full Changelog: 1.1.3...1.1.4