Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Release 2.0.0

Compare
Choose a tag to compare
@layershifter layershifter released this 28 Sep 11:14
· 5 commits to master since this release

Breaking changes

getSubdomains() now always returns array (#27, #33)

$extract = new Extract();
$result = $extract->parse('github.com');

$result->getSubdomains(); // before `null`
$result->getSubdomains(); // after `[]`