Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 6, 2017
1 parent e6d5d4b commit 33b3229
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

All Notable changes to `spatie/crawler` will be documented in this file.
All 1otable changes to `spatie/crawler` will be documented in this file.

## 2.1.2 - 2017-03-06
- refactor to make use of Symfony Crawler's `link` function

## 2.1.1 - 2017-03-03
- fix bugs around relative urls

Expand Down
4 changes: 4 additions & 0 deletions src/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ public function path()
}

/**
* @deprecated This function is not being used internally anymore and will be removed in the next major version.
*
* @return null|string
*/
public function directory()
Expand All @@ -133,6 +135,8 @@ public function directory()
}

/**
* @deprecated This function is not being used internally anymore and will be removed in the next major version.
*
* @param int|null $index
*
* @return array|null|string
Expand Down

0 comments on commit 33b3229

Please sign in to comment.