Skip to content

Releases: jlobos/instagram-web-api

2.2.2

06 Aug 08:00
Compare
Choose a tag to compare

Minor Changes

  • Fix .uploadPhoto #165
  • Bump lodash from 4.17.15 to 4.17.19 #158

2.2.0

20 May 21:24
Compare
Choose a tag to compare

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

18 Nov 09:07
6377385
Compare
Choose a tag to compare

Major Changes
Add methods:

  • .getPhotosByHashtag({hashtag, first, after})
  • .getPhotosByUsername({username, first, after})

Minor Changes

  • Update npm dependencies

Patches
Fix test config

2.0.0

31 Mar 00:49
Compare
Choose a tag to compare

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

20 Mar 17:43
c891ab3
Compare
Choose a tag to compare

Minor Changes

  • Added getFollowers() and getFollowings() - #5
  • Added challenge endpoints- #3

1.0.0

16 Mar 18:51
Compare
Choose a tag to compare

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

05 Dec 17:55
Compare
Choose a tag to compare

Minor Changes

  • Add uploadStory (#2)
  • Update dependencies