Skip to content

Releases: gamajo/codeception-redirects

0.5.0

27 Mar 12:33
6c308c3
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Changed

  • Add compatibility with Codeception v3.
  • Stop PHP 7.2 from being an allowed failure in Travis CI.

Fixed

  • Change log heading and link.

0.4.1

21 Dec 20:39
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Changed

  • Reduce minimum PHP requirement from 7.1 to 7.0.
  • Tidy-up remnants of tests/ directory.
  • Fix whitespace code standards.

0.4.0

04 Dec 19:34
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Added

  • .editorconfig.
  • .gitattributes.
  • Code of conduct.
  • Code standards checking and unit test setup.

Changed

  • seeRedirectBetween() to public. Props Tim Jensen.
  • Minor code tidying.

0.3.0

19 Oct 07:17
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Add seeTemporaryRedirectBetween() method().

0.2.1

12 May 08:12
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • Add security-advisories package & update composer.
  • Fix followRedirects for URL exists check.
  • Handle home page URL no redirection check.

0.2.0

12 May 08:11
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Breaking Rename all public methods to be more descriptive.
  • Add public urlDoesNotExist($url) method.
  • Improve public methods to automatically take account of whether they should follow redirects or not.
  • Public methods also now send a HEAD request automatically.

0.1.4

01 Sep 21:02
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Change the check for URL exists, to just it being a 200 and not having any more redirects.
  • Increase minimum version of Codeception to 2.2.0.
  • Allow for 'false' string to represent boolean false for check destination exists arg.

0.1.3

01 Sep 21:01
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Improve seePermanentRedirectTo() to check if destination URL exists.
  • Add file-level DocBlock.
  • Add missing @since tag.
  • Fix change log links.

0.1.2

01 Sep 21:01
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • Improve README.
  • Use getHeader() method instead of fetching from an array.
  • Use constants for the protocol string.
  • Fix the @since tags.

0.1.1

19 Mar 04:08
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Fix invalid composer.json, so that it could be added to Packagist.