Skip to content

Commit 8b9dffd

Browse files
committed
0.2.0
1 parent 7669218 commit 8b9dffd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
_Nothing yet._
99

10+
## [0.2.0] - 2016-12-01
11+
- **Breaking** Rename all public methods to be more descriptive.
12+
- Add public `urlDoesNotExist($url)` method.
13+
- Improve public methods to automatically take account of whether they should follow redirects or not.
14+
- Public methods also now send a HEAD request automatically.
15+
1016
## [0.1.4] - 2016-09-01
1117
- Change the check for URL exists, to just it being a 200 and not having any more redirects.
1218
- Increase minimum version of Codeception to 2.2.0.
@@ -30,7 +36,8 @@ _Nothing yet._
3036
## 0.1.0 - 2016-03-19
3137
- Initial release.
3238

33-
[Unreleased]: https://github.com/gamajo/codeception-redirects/compare/0.1.4...HEAD
39+
[Unreleased]: https://github.com/gamajo/codeception-redirects/compare/0.2.0...HEAD
40+
[0.2.0]: https://github.com/gamajo/codeception-redirects/compare/0.1.4...0.2.0
3441
[0.1.4]: https://github.com/gamajo/codeception-redirects/compare/0.1.3...0.1.4
3542
[0.1.3]: https://github.com/gamajo/codeception-redirects/compare/0.1.2...0.1.3
3643
[0.1.2]: https://github.com/gamajo/codeception-redirects/compare/0.1.1...0.1.2

0 commit comments

Comments
 (0)