Releases: jasonyork/podcast-index
Releases · jasonyork/podcast-index
v0.4.0
v0.3.0
v0.2.1
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
- BREAKING: Switching to be more consistent with ActiveRecord conventions, using
find_by
andwhere
methods for all models - Add support for all "Search", "Podcasts", "Episodes", "Recent" and "Value" sections of the API. This introduces the
Soundbite
andValue
domain models. - Update README.md
Full Changelog: v0.1.0...v0.2.0