This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
Releases: ahmdrz/goinsta
Releases · ahmdrz/goinsta
v2.4.5
Trying to fix Go Modules problem.
UserAgent updated.
v2.4.3 update search_test.go file.
Utilities package added to goinsta.
v2.4.2 update examples/utilities/mod file
Trying to fix problem in go.mod file.
fix #199 & #201 type mismatch (#200) * Update newconversation.go * Update types.go
Fixed a few errors.
v2.3 Merge branch 'alpha' of ssh://github.com:/ahmdrz/goinsta into alpha
Fixed Account and export errors
- Account fill information after Login fixed.
- Save() function now returns error
- Fixed Getenv() parameter errors in Save function.
Goinsta version 2.2
- Go Vet errors and warnings.
- Save function
- Fix bugs
Version 2.0
Introduces new concept of API:
- HTTP2 by default.
- Object independency. Can handle multiple instagram accounts.
- Backup methods. You can use Export and Import functions.
- Security. Your password is only required to login. After login your password is deleted.
- No External Dependencies. Goinsta will not use any Go packages outside of the standard library.