Skip to content

Releases: anime-db/anime-news-network-browser-bundle

v1.1.3

13 Aug 19:13
Compare
Choose a tag to compare

Changes

  • Change hacked domain #2

v1.1.2

27 Jul 08:32
Compare
Choose a tag to compare

Changes

  • Correct configure browser service [Bugfix].

v1.1.1

27 Jul 08:07
Compare
Choose a tag to compare

Changes

  • Correct set report id in request option [Bugfix].
  • Correct set request options in README.
  • Add Guzzle documentation link in README.

v1.1.0

26 Jul 16:05
Compare
Choose a tag to compare

Changes

  • Created detector for detect errors in the response [#11].

    use AnimeDb\Bundle\AnimeNewsNetworkBrowserBundle\Exception\NotFoundException;
    
    try {
        $content = $this->get('anime_db.anime_news_network.browser')->details(['anime' => 4658]);
    } catch (NotFoundException $e) {
        // page not found
    } catch (\Exception $e) {
        // other exceptions
    }

v1.0.0

21 Jul 14:33
Compare
Choose a tag to compare
add docs in README