Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

62 lines (42 loc) · 2.85 KB

[0.6.0] - 2024-10-07

  • Upgrade Ruby to Version 3.3.5
  • Upgrade Faraday to Version 2
  • Removes faraday_middleware as it is no longer supported
  • Updates the Connection builder to not use the calls specific to faraday_middleware
  • Upgrade activesupport to 7.2
  • Upgrade Sinatra to version 3

[Unreleased]

  • Ownership transferred to @andyw8 (#108)
  • Set Faraday version constraint (#104)

[0.5.0] - 2021-05-15

  • Use Sinatra 2. (#92)
  • Add Pocket::Image class. (#90)
  • Fix demo server. (#93)
  • Fix docs generation. (#89)
  • Add unfavorite operation. (#87)
  • Add favorite operation. (#86)

[0.4.0] - 2021-04-18

  • Fix Faraday error handling. (#81)
  • Don't assume is_article is present (#78).
  • Handle article with missing resolved_url or resolved_title (#77)
  • Remove unnecessary use of method_missing. (#71)
  • Simplify internal structure for Client class and modules.

[0.3.0] - 2021-04-11

  • Hand article with missing excerpt. (#63)
  • Add support for domain_metadata in Article response. (#57)
  • Add time_to_read field to Pocket::Article.
  • Return nil for word_count if not present (#48)

[0.2.1] - 2021-04-10

  • Return nil if time_read or time_favorited is '0' in the API response. Otherwise, this may be interpreted the Unix epoch (1970-01-01). (#46)

[0.2.0] - 2021-04-03

  • Add support for authors and tags in Pocket::Article (#44)

[0.1.0] - 2021-04-03

  • Add Pocket::Article for parsing an article response (#39)
  • Fix Pocket::Client::Retrieve#retrieve params default (#21)

[0.0.9] - 2021-04-01

  • Actually remove unused Hashie dependency (#35)

[0.0.8] - 2021-03-31

  • Fix Ruby warnings (#32)
  • Remove unused Hashie dependency (#31)

[0.0.7] - 2021-03-29

  • Relax faraday_middleware version constraint (#25)