Skip to content

V2.0.0

Compare
Choose a tag to compare
@stanvanrooy stanvanrooy released this 12 May 13:40

2.0.0 (2021-05-12)

New Features

  • retrieve recent activity
  • retrieve post by id
  • retrieve posts from your feed
  • update instagram profile picture

Fixes

  • (profile): do not set biography to an empty string when updating profile
  • (examples): don't set a caption for null post :)
  • (friendships): return False, when there are no more user accounts to retrieve
  • (examples): use ctor, instead of .create
  • (examples): use valid user id
  • (examples): use ctor, instead of .Create
  • (post): we should probably include the next max id
  • (examples): use instead of , when updating profile picture
  • (profile): add missing obj.fill calls
  • (profile): always send (empty) parameter when updating gender.

Docs

  • update/add examples

Others

  • add example for retrieving your feed
  • update readme
  • update .gitignore
  • rewrite
  • (deps): bump pygments from 2.6.1 to 2.7.4 (#152)
  • (deps): bump jinja2 from 2.11.2 to 2.11.3 (#151)
  • delete 'ready' folder

Full set of changes: 1.0.6...2.0.0