All notable changes to this project will be documented in this file.
For more information about changelogs, check Keep a Changelog and Vandamme.
- Initial release with
Twitter::User
supportingfind_by
,find_by!
andwhere
.
- [FEATURE] Add
Instagram::User
supportingfind_by
andfind_by!
.
How to upgrade
If your code never calls the followers_count
method on a Twitter::User
, then you are good to go.
If it does, then replace your calls to followers_count
with follower_count
(singular).
- [ENHANCEMENT] Use the same
follower_count
name both for Twitter and Instagram users
- [ENHANCEMENT] Requiring 'net' auto-loads Net::Twitter and Net::Instagram
- [FEATURE] Add
Facebook::Page
supportingfind_by
andfind_by!
.
- [FEATURE] Add
find_by id: [Integer] and find_by! id: [Integer] to Instagram::User
.
- [FEATURE] - Add
Facebook::User
supportingfind_by
andfind_by!
- Addpages
method forFacebook::User
to return list of Facebook Pages