Skip to content

Releases: josantonius/php-url

1.1.3

09 Jul 05:41
Compare
Choose a tag to compare

What's Changed

  • Added option to analyze concrete urls in some methods.

Full Changelog: 1.1.2...1.1.3

1.1.2

08 May 21:28
Compare
Choose a tag to compare

What's Changed

  • Now you can choose to place backslash at the beginning, end or both ends in the addBackslash() method.

  • The getUriMethods() method was improved to prevent it from replacing single characters that also matched.

Full Changelog: 1.1.1...1.1.2

1.1.1

18 Mar 05:23
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.1.0...1.1.1

1.1.0

28 Feb 04:20
Compare
Choose a tag to compare

What's Changed

  • Added Josantonius\Url\Url::getBaseUrl() method.

  • Added Josantonius\Url\Tests\UrlTest::testGetBaseUrl() method.

Full Changelog: 1.0.0...1.1.0

1.0.0

14 Feb 00:53
Compare
Choose a tag to compare

What's Changed

  • Added Josantonius\Url\Url class.

  • Added Josantonius\Url\Url::getCurrentPage() method.

  • Added Josantonius\Url\Url::getProtocol() method.

  • Added Josantonius\Url\Url::isSSL() method.

  • Added Josantonius\Url\Url::getDomain() method.

  • Added Josantonius\Url\Url::getUri() method.

  • Added Josantonius\Url\Url::getUriMethods() method.

  • Added Josantonius\Url\Url::getPort() method.

  • Added Josantonius\Url\Url::addBackslash() method.

  • Added Josantonius\Url\Url::previous() method.

  • Added Josantonius\Url\Url::redirect() method.

  • Added Josantonius\Url\Url::autoLink() method.

  • Added Josantonius\Url\Url::generateSafeSlug() method.

  • Added Josantonius\Url\Url::segment() method.

  • Added Josantonius\Url\Url::getFirstSegment() method.

  • Added Josantonius\Url\Url::getLastSegment() method.

  • Added Josantonius\Url\Exception\UrlException class.

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

  • Added Josantonius\Url\Exception\UrlException->__construct() method.

  • Added Josantonius\Url\Tests\UrlTest class.

  • Added Josantonius\Url\Tests\UrlTest::testGetCurrentPage() method.

  • Added Josantonius\Url\Tests\UrlTest::testGetProtocol() method.

  • Added Josantonius\Url\Tests\UrlTest::testIsSSL() method.

  • Added Josantonius\Url\Tests\UrlTest::getDomain() method.

  • Added Josantonius\Url\Tests\UrlTest::testGetUri() method.

  • Added Josantonius\Url\Tests\UrlTest::testGetPort() method.

  • Added Josantonius\Url\Tests\UrlTest::testAddBackslash() method.

  • Added Josantonius\Url\Tests\UrlTest::testPrevious() method.

  • Added Josantonius\Url\Tests\UrlTest::testRedirect() method.

  • Added Josantonius\Url\Tests\UrlTest::testAutoLink() method.

  • Added Josantonius\Url\Tests\UrlTest::testCustomAutoLink() method.

  • Added Josantonius\Url\Tests\UrlTest::testGenerateSafeSlug() method.

  • Added Josantonius\Url\Tests\UrlTest::testSegment() method.

  • Added Josantonius\Url\Tests\UrlTest::testGetFirstSegment() method.

  • Added Josantonius\Url\Tests\UrlTest::testGetLastSegment() method.

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