Releases: unsplash/unsplash_rb
Releases · unsplash/unsplash_rb
v3.1.1
v3.1.0
v3.0.0
unsplash_rb v2.0
🎉
Changes you might want to know about:
- Updated supported Ruby versions to 2.3 - 2.6.
- Updated dependency versions (namely httparty to 0.16).
- The Category and Curated Batch/Collection objects have been deprecated/removed in the API, so they've been removed from this gem entirely.
- More specific exceptions for response codes 401, 403, and 404. These are subclasses of the already-existing
Unsplash::Error
:Unsplash::UnauthorizedError
Unsplash::ForbiddenError
Unsplash::NotFoundError