Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Sep 1, 2016
1 parent 9779a93 commit ac1e816
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

_Nothing yet._

## [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 boolean `false` for check destination exists arg.

## [0.1.3] - 2016-03-25
- Improve `seePermanentRedirectTo()` to check if destination URL exists.
Expand All @@ -25,7 +30,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 0.1.0 - 2016-03-19
- Initial release.

[Unreleased]: https://github.com/gamajo/codeception-redirects/compare/0.1.3...HEAD
[Unreleased]: https://github.com/gamajo/codeception-redirects/compare/0.1.4...HEAD
[0.1.4]: https://github.com/gamajo/codeception-redirects/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/gamajo/codeception-redirects/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/gamajo/codeception-redirects/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/gamajo/codeception-redirects/compare/0.1.0...0.1.1

0 comments on commit ac1e816

Please sign in to comment.