Skip to content

Releases: jasonyork/podcast-index

v0.4.0

21 Jan 20:42
Compare
Choose a tag to compare

What's Changed

  • Add Categories to API (thanks @lbrito1)
  • Add Category domain model
  • Add stats API and domain model

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Sep 02:29
Compare
Choose a tag to compare

What's Changed

  • Add max parameter for the Search API by @lbrito1 in #9

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

06 Jul 23:40
Compare
Choose a tag to compare

What's Changed

  • Raise exception when Podcast.find returns no result (Resolves #6) by @jasonyork in #8

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Apr 20:32
Compare
Choose a tag to compare
  • BREAKING: Switching to be more consistent with ActiveRecord conventions, using find_by and where methods for all models
  • Add support for all "Search", "Podcasts", "Episodes", "Recent" and "Value" sections of the API. This introduces the Soundbite and Value domain models.
  • Update README.md

Full Changelog: v0.1.0...v0.2.0

v0.1.0

07 Jan 00:41
Compare
Choose a tag to compare

Initial release