Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.1 KB

Change Log

[1.3.1] - 2018-03-29

Fixed

  • replace obsolete URI.escape with CGI.escape @lightalloy.

[1.3.0] - 2018-03-10

Added

  • in_app_products_price to the app class from @lightalloy.
  • physical_address to the app class from @lightalloy.
  • contains_ads to the app class from @lightalloy.
  • multiple app categories (categories, categories_urls) added to the app class from @lightalloy.
  • privacy_url to the app class from @antonyr.
  • updated test data from @chadrem.

Fixed

  • website_url for app class from @antonyr.
  • tweak tests to work with latest test data from @chadrem.

[1.2.0] - 2017-09-26

Added

  • Reviews now have a review_id from @tom-wolters.

[1.1.0] - 2017-07-31

Added

  • developer_id to the app class from @Simran1306.

Fixed

  • Test warnings for Ruby 2.4.

[1.0.7] - 2017-03-30

Added

  • This project now uses a change as recommended by @swrobel.
  • Added created_at date to app reviews from @louisguitton.

Changed

  • Ruby 2.1.0 or greater is now required due to Nokogiri from @chadrem.

Fixed

  • Fixed an issue where there's no price or rating from @refaelos.