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

Releases: josantonius/php-curl

1.1.7

18 Jul 19:22
Compare
Choose a tag to compare

What's Changed

The repository was archived.

Full Changelog: 1.1.6...1.1.7

1.1.6

05 Jan 13:57
Compare
Choose a tag to compare

What's Changed

  • The tests were fixed.

  • Changes in documentation.

Full Changelog: 1.1.5...1.1.6

1.1.5

08 Nov 20:37
Compare
Choose a tag to compare

What's Changed

  • 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.

  • Deleted Josantonius\Curl\Exception\CurlException class.

  • Deleted Josantonius\Curl\Exception\Exceptions abstract class.

  • Deleted Josantonius\Curl\Exception\CurlException->__construct() method.

Full Changelog: 1.1.4...1.1.5

1.1.4

25 Oct 20:16
Compare
Choose a tag to compare

What's Changed

  • 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.

  • Added Curl/phpcs.ruleset.xml file.

  • Deleted Curl/src/bootstrap.php file.

  • Deleted Curl/tests/bootstrap.php file.

  • Deleted Curl/vendor folder.

  • Changed Josantonius\Curl\Test\CurlTest class to Josantonius\Curl\CurlTest class .

Full Changelog: 1.1.3...1.1.4

1.1.3

12 Sep 02:07
Compare
Choose a tag to compare

What's Changed

  • Unit tests supported by PHPUnit were added.

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

  • Added Curl/src/bootstrap.php file

  • Added Curl/tests/bootstrap.php file.

  • Added Curl/phpunit.xml.dist file.

  • Added Curl/_config.yml file.

  • Added Curl/.travis.yml file.

  • Deleted Josantonius\Curl\Curl::getUrl() method.

  • Added Josantonius\Curl\Curl::_getUrl() method.

  • Added Josantonius\Curl\Curl::_setCurlOptions() method.

  • Added Josantonius\Curl\Curl::_checkParams() method.

  • Deleted Josantonius\Curl\Tests\CurlTest class.

  • Deleted Josantonius\Curl\Tests\CurlTest::testGetRequest() method.

  • Deleted Josantonius\Curl\Tests\CurlTest::testPostRequest() method.

  • Deleted Josantonius\Curl\Tests\CurlTest::testPutRequest() method.

  • Deleted Josantonius\Curl\Tests\CurlTest::testDeleteRequest() method.

  • Deleted Josantonius\Curl\Tests\CurlTest::testResponseError() method.

  • Deleted Josantonius\Curl\Tests\CurlTest::testUnknownTypeError() method.

  • Added Josantonius\Curl\Test\CurlTest class.

  • Added Josantonius\Curl\Test\CurlTest->testGetRequestArray() method.

  • Added Josantonius\Curl\Test\CurlTest->testGetRequestObject() method.

  • Added Josantonius\Curl\Test\CurlTest->testGetRequestWithParamsArray() method.

  • Added Josantonius\Curl\Test\CurlTest->testGetRequestWithParamsObject() method.

  • Added Josantonius\Curl\Test\CurlTest->testGetRequestError() method.

  • Added Josantonius\Curl\Test\CurlTest->testPostRequestArray() method.

  • Added Josantonius\Curl\Test\CurlTest->testPostRequestObject() method.

  • Added Josantonius\Curl\Test\CurlTest->testPostRequestError() method.

  • Added Josantonius\Curl\Test\CurlTest->testPostRequestArray() method.

  • Added Josantonius\Curl\Test\CurlTest->testPutRequestArray() method.

  • Added Josantonius\Curl\Test\CurlTest->testPutRequestObject() method.

  • Added Josantonius\Curl\Test\CurlTest->testPutRequestError() method.

  • Added Josantonius\Curl\Test\CurlTest->testDeleteRequestArray() method.

  • Added Josantonius\Curl\Test\CurlTest->testDeleteRequestObject() method.

  • Added Josantonius\Curl\Test\CurlTest->testDeleteRequestError() method.

  • Added Josantonius\Curl\Test\CurlTest->testTypeRequestError() method.

Full Changelog: 1.1.2...1.1.3

1.1.2

21 Jun 14:28
Compare
Choose a tag to compare

What's Changed

  • Error fixed in the request() method.

Full Changelog: 1.1.1...1.1.2

1.1.1

18 Mar 03:17
Compare
Choose a tag to compare

What's Changed

  • 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:41
Compare
Choose a tag to compare

What's Changed

  • Compatible with PHP 5.6 or higher.

Full Changelog: 1.0.0...1.1.0

1.0.0

31 Jan 02:40
Compare
Choose a tag to compare

What's Changed

  • Added Josantonius\Curl\Curl class.

  • Added Josantonius\Curl\Curl::request() method.

  • Added Josantonius\Curl\Curl::getUrl() method.

  • Added Josantonius\Curl\Exception\CurlException class.

  • Added Josantonius\Curl\Exception\Exceptions abstract class.

  • Added Josantonius\Curl\Exception\CurlException->__construct() method.

  • Added Josantonius\Curl\Tests\CurlTest class.

  • Added Josantonius\Curl\Tests\CurlTest::testGetRequest() method.

  • Added Josantonius\Curl\Tests\CurlTest::testPostRequest() method.

  • Added Josantonius\Curl\Tests\CurlTest::testPutRequest() method.

  • Added Josantonius\Curl\Tests\CurlTest::testDeleteRequest() method.

  • Added Josantonius\Curl\Tests\CurlTest::testResponseError() method.

  • Added Josantonius\Curl\Tests\CurlTest::testUnknownTypeError() method.

Full Changelog: https://github.com/josantonius/php-curl/commits/1.0.0