Releases: celestix/telegraph-go
Releases ยท celestix/telegraph-go
v2.0.3
Telegraph-go 2.0.2
Breaking Changes
This release brings new breaking changes, please do read them before upgrading
- All methods have moved to TelegraphClient struct.
- You have to get a new value of
TelegraphClient
by calling GetTelegraphClient helper function and save it. - All helper methods such as Account.EditInfo, Page.GetViews, etc .. now requires
TelegraphClient
as their first arg.
What's Changed
Full Changelog: v1.2.2...v2.0.0
Telegraph-go 1.2.2
Version 1.2.1
- Added new method: UploadFileByBytes
- Changed
Get
function name to InvokeRequest - Added some tests for the library.
For full Changelog see: v1.2.0...v1.2.1