Releases: jlobos/instagram-web-api
Releases · jlobos/instagram-web-api
2.2.2
Minor Changes
- Fix .uploadPhoto #165
- Bump lodash from 4.17.15 to 4.17.19 #158
2.2.0
Major Changes
Add password encryption support #119
Minor Changes
- add .getPrivateProfilesFollowRequests(cursor) #120
- add distance parameter for location search #121
- add .getChainsData({ userId }) #122
- add .getMediaLikes({ shortcode, first, after }) and .getMediaComments({ shortcode, first, after }) #123
Patches
Fix typos #110, #51
2.1.0
Major Changes
Add methods:
- .getPhotosByHashtag({hashtag, first, after})
- .getPhotosByUsername({username, first, after})
Minor Changes
Patches
Fix test config
2.0.0
Major Changes
- Better
client.login()
feedback #22
Minor Changes
- Remove
timeout
#20
- Add
x-requested-with
to headers #20
- fixed the return of getMediaFeedByLocation #25
Patches
1.1.0
Minor Changes
- Added
getFollowers()
and getFollowings()
- #5
- Added challenge endpoints- #3
1.0.0
Major Changes
- Deconstruct response data #16
- Update documentation for new API #16
- Added
cookieStore
support #16
Minor Changes
- Randomize userAgent #14
- Added proxy support #8
Patches
0.2.0
Minor Changes
- Add
uploadStory
(#2)
- Update dependencies