Releases: gamajo/codeception-redirects
Releases · gamajo/codeception-redirects
0.5.0
27 Mar 12:33
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add seeTemporaryRedirectBetween() method().
0.2.1
12 May 08:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix invalid composer.json, so that it could be added to Packagist.