Podcastcrawler Versions Save

PHP library to find podcasts

v1.1.1

6 years ago
  • Fix: removal utf8_encode method from request results

v1.1.0

7 years ago
  • Feature: improvements on documentation
  • Feature: code optimizations
  • Feature: set a limit to the search for podcasts
  • Doc: model to contributing in repository

Thank you for your contribute @alisonmonteiro !

v1.0.0

7 years ago
  • Feature: improvements on documentation to the ApiGen
  • Feature: .editorconfig supported @alisonmonteiro
  • Feature: method names more simple
  • Feature: abstraction of main class
  • Feature: possibilite to use differents API Providers
  • Feature: supported providers: Itunes DigitalPodcast

Thank you to @alisonmonteiro by advices and contributions :)

v0.15.1-beta

7 years ago
  • Feature: created PodcastCrawler\Request class to manipulate the requests in the methods search and feed
  • Feature: created PodcastCrawler\Helper class to help others class with miscellaneous methods
  • Feature: methods was separated following the concept SRP (Single Responsibility)
  • Feature: name modified properties to something more clearer
  • Feature: data returned with support to utf-8
  • Feature: all public methods with handling to exceptions
  • Feature: improvements in documentation of methods
  • Bug fix: search by compound term

v0.8.0-alpha

7 years ago

Removed:

  • Method to json response removed

v0.7.0-alpha

7 years ago

Miscellaneous

  • Readme and License files added

New Features

  • New property to set to response be a json or array

Improvements

  • Improvements in method that return the search by term or ID
  • Json structure of the search method it was renovated