Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 3.7 KB

File metadata and controls

68 lines (48 loc) · 3.7 KB
  • Fixed problems ProviderDiscovery and some xml endpoints. Also added much better test coverage. (Marcos Wright Kuhns)

  • Added support for XML parsing using Nokogiri (Marcos Wright Kuhns)

  • Added built-in providers for MLG.TV (Matt Wilson)

  • Fixing a circular dependency introduced during my recent Jeweler upgrade. (Marcos Wright Kuhns)

  • Added built-in providers for Instagram, Slideshare and Yfrog (Florian Günther)

  • Improved support (and error detection) for custom OEmbed::Formatter backends. (Marcos Wright Kuhns)

  • DRYed up OEmbed::Formatter::JSON and XML methods into OEmbed::Formatter::Base (Marcos Wright Kuhns)

  • More consistently raise an OEmbed::Parse error if there is any sort of problem parsing the server response, whether it’s an expected error type or not. (Marcos Wright Kuhns)

  • Added in-code comments about the OohEmbed service becoming part of Embedly (Marcos Wright Kuhns)

  • Updated the list of Embedly URL schemes. (Marcos Wright Kuhns)

  • Removed all dependencies on external gems. XML is parsed using REXML and JSON can be parsed using YAML thanks to the convert_json_to_yaml method borrowed from Rails! (Marcos Wright Kuhns)

  • Fixed several errors that cropped up when the json gem wasn’t installed. (Marcos Wright Kuhns)

  • OEmbed::Response#field now always return Strings. Previously, some JSON values were parsed into other Object types, like Integer and Float instances.

  • OEmbed::Response#url has been renamed OEmbed::Response#request_url because OEmbed::Response::Photo#url should be the URL of the static photo to be used by the oEmbed consumer.

  • OEmbed::Response.create_for now requires the format parameter.

  • OEmbed::Formatter backends won’t try to load gems that haven’t already been loaded. (Marcos Wright Kuhns)

  • Better code documentation, all around. (Marcos Wright Kuhns)

  • Removed the OEmbed::Response::METHODS constant.

  • OEmbed::Provders::Pownce has been removed since pownce.com is no longer active.

  • Provider#url and Provider#name will be removed at some point in the future.

  • All direct raw calls will be made private at some point in the future (i.e. Provider#raw, Providers#raw, and ProviderDiscovery#raw)

  • Added OEmbed::Formatter Backends, to remove the dependency on the json gem and make adding support for other parsing libraries easier. This also fixes GitHub Issue =1. (Marcos Wright Kuhns)

  • Catch invalid endpoint URLs on OEmbed::Provider instantiation. (Marcos Wright Kuhns)

  • Jeweler uses the new OEmbed::Version Class. (Marcos Wright Kuhns)

  • Corrected syntax for Youtube provider in the README (Ryan Richards)

  • Removed the deprecated rails/init.rb file. (Marcos Wright Kuhns)

  • Released all recent changes to judofyr/master on GitHub. (Marcos Wright Kuhns)

  • Added CHANGELOG & LICENSE information. (Marcos Wright Kuhns)

  • Updated the list of Embedly URL schemes. (Aris Bartee)

  • rvmrc file added. (Aris Bartee)

  • Gemified. (Aris Bartee)

  • Added the Embedly Provider. (Alex Kessinger)

  • OEmbed::Response now includes the original request url. (Colin Shea)

  • Unregistering providers with duplicate URL patterns works. (Marcos Wright Kuhns)

  • Initial work & release as a library (Magnus Holm, et al.)

  • Many Providers supported, including OohEmbed.

  • Support for JSON (via the json gem) and XML (via the xml-simple gem).