v0.1.2
- Option to get content children
$client->content()->children()
- Option to get content descendants
$client->content()->descendants()
- Page comments can also be retrieved
$client->content()->children($page, Content::CONTENT_TYPE_COMMENT)
- The complete body is now retrieved as default