Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Releases: josantonius/php-algorithm

1.1.7

01 Jun 22:57
Compare
Choose a tag to compare
  • Archived version.

Full Changelog: 1.1.6...1.1.7

1.1.6

05 Jan 13:08
Compare
Choose a tag to compare
  • Initial upload.

  • The tests were fixed.

  • Changes in documentation.

Full Changelog: 1.1.5...1.1.6

1.1.5

06 Nov 21:37
Compare
Choose a tag to compare
  • Implemented PHP Mess Detector to detect inconsistencies in code styles.

  • Implemented PHP Code Beautifier and Fixer to fixing errors automatically.

  • Implemented PHP Coding Standards Fixer to organize PHP code automatically according to PSR standards.

Full Changelog: 1.1.4...1.1.5

1.1.4

19 Oct 23:48
Compare
Choose a tag to compare
  • 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 with PSR2 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 to Josantonius\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

1.1.3

10 Sep 19:20
Compare
Choose a tag to compare
  • Unit tests supported by PHPUnit were added.

  • The repository was synchronized with Travis CI to implement continuous integration.

  • Added Algorithm/src/bootstrap.php file

  • Added Algorithm/tests/bootstrap.php file.

  • Added Algorithm/phpunit.xml.dist file.

  • Added Algorithm/_config.yml file.

  • Added Algorithm/.travis.yml file.

  • Deleted Josantonius\Algorithm\Tests\AlgorithmTest class.

  • Deleted Josantonius\Algorithm\Tests\AlgorithmTest::testLookAndSay() method.

  • Deleted Josantonius\Algorithm\Tests\AlgorithmTest::testLookAndSayCustom() method.

  • Added Josantonius\Algorithm\Test\AlgorithmTest class.

  • Added Josantonius\Algorithm\Test\AlgorithmTest::testLookAndSay() method.

  • Added Josantonius\Algorithm\Test\AlgorithmTest::testLookAndSayCustom() method.

  • Added Josantonius\Algorithm\Test\AlgorithmTest::testSequenceError() method.

  • Added Josantonius\Algorithm\Test\AlgorithmTest::testLineLimitsError() method.

Full Changelog: 1.1.2...1.1.3

1.1.2

15 Jul 21:43
Compare
Choose a tag to compare
  • Deleted Josantonius\Algorithm\Exception\AlgorithmException abstract class.
  • Deleted Josantonius\Algorithm\Exception\AlgorithmException->__construct() method.

Full Changelog: 1.1.1...1.1.2

1.1.1

18 Mar 02:40
Compare
Choose a tag to compare
  • Some files were excluded from download and comments and readme files were updated.

Full Changelog: 1.0.0...1.1.1

1.1.0

31 Jan 02:50
Compare
Choose a tag to compare
  • Compatible with PHP 5.6 or higher.

Full Changelog: 1.0.0...1.1.0

1.0.0

31 Jan 02:49
Compare
Choose a tag to compare
  • Compatible only with PHP 7.0 or higher. In the next versions, the library will be modified to make it compatible with PHP 5.6 or higher.

  • Added Josantonius\Algorithm\Algorithm class.

  • Added Josantonius\Algorithm\Algorithm::lookAndSay() method.

  • Added Josantonius\Algorithm\Exception\AlgorithmException abstract class.

  • Added Josantonius\Algorithm\Exception\AlgorithmException->__construct() method.

  • Added Josantonius\Algorithm\Tests\AlgorithmTest class.

  • Added Josantonius\Algorithm\Tests\AlgorithmTest::testLookAndSay() method.

  • Added Josantonius\Algorithm\Tests\AlgorithmTest::testLookAndSayCustom() method.

Full Changelog: https://github.com/josantonius/PHP-Algorithm/commits/1.0.0