File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
_ Nothing yet._
9
9
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
+
10
16
## [ 0.1.4] - 2016-09-01
11
17
- Change the check for URL exists, to just it being a 200 and not having any more redirects.
12
18
- Increase minimum version of Codeception to 2.2.0.
@@ -30,7 +36,8 @@ _Nothing yet._
30
36
## 0.1.0 - 2016-03-19
31
37
- Initial release.
32
38
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
34
41
[ 0.1.4 ] : https://github.com/gamajo/codeception-redirects/compare/0.1.3...0.1.4
35
42
[ 0.1.3 ] : https://github.com/gamajo/codeception-redirects/compare/0.1.2...0.1.3
36
43
[ 0.1.2 ] : https://github.com/gamajo/codeception-redirects/compare/0.1.1...0.1.2
You can’t perform that action at this time.
0 commit comments