All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.5.0 - 2020-03-27
- Add compatibility with Codeception v3.
- Stop PHP 7.2 from being an allowed failure in Travis CI.
- Change log heading and link.
composer.lock
, since this is a library, not an application.
0.4.1 - 2017-12-21
- Reduce minimum PHP requirement from 7.1 to 7.0.
- Tidy-up remnants of tests/ directory.
- Fix whitespace code standards.
0.4.0 - 2017-12-04
.editorconfig
..gitattributes
.- Code of conduct.
- Code standards checking and unit test setup.
seeRedirectBetween()
topublic
. Props Tim Jensen.- Minor code tidying.
0.3.0 - 2017-10-19
seeTemporaryRedirectBetween()
method.
0.2.1 - 2017-05-12
- Security Advisories package & update composer.
followRedirects
for URL exists check.- Home page URL no redirection check.
0.2.0 - 2016-12-01
- Public
urlDoesNotExist($url)
method.
- Breaking Change Rename all public methods to be more descriptive.
- Public methods automatically take account of whether they should follow redirects or not.
- Public methods send a HEAD request automatically.
0.1.4 - 2016-09-01
- 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 booleanfalse
for check destination exists arg.
0.1.3 - 2016-03-25
- Improve
seePermanentRedirectTo()
to check if destination URL exists. - Add file-level DocBlock.
- Add missing
@since
tag. - Fix change log links.
0.1.2 - 2016-03-21
- Improve README.
- Use
getHeader()
method instead of fetching from an array. - Use constants for the protocol string.
- Fix the
@since
tags.
0.1.1 - 2016-03-19
- Fix invalid composer.json
- Initial release.