1
0
mirror of https://github.com/badkaktus/gorocket.git synced 2025-01-06 03:03:52 +02:00
This commit is contained in:
Nikolai 2024-02-03 22:21:08 +02:00 committed by GitHub
parent 7770e91916
commit 4c50626597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,15 @@
# CHANGELOG
## [v0.1.4] - 2024-02-03
- Updated the description of all methods according to the golang convention
- Comment few fields in GroupMessage struct (will fix it in next release)
- Fix InviteGroupResponse struct
- Fix RespInfo struct
- Fix RespDirectory struct
- Fix UsersInfoResponse struct
- Write tests for all methods
- Added logo 😄
## [v0.1.3] - 2022-10-27
- Bugfix: count/offset/sort overwrite other params
- Add receive group messages (GroupMessage)
@ -11,4 +21,4 @@
- Add semver version `v0.1.1` (see semver.org)
- Add `NewWithOptions(url string, opts ...Option)` for custom client settings
- Rollback `go.mod` package name to `github.com/badkaktus/gorocket`
- Rollback `go.mod` package name to `github.com/badkaktus/gorocket`