Releases: issamansur/vkpymusic
Releases · issamansur/vkpymusic
UPDATE TO 3.3.0
Changes:
- Add
UserInfo
tovkpymusic.models
; - Create new
Converter
fromResponse
toUserInfo
; - Change logic
Service(Async).get_user_info()
from 3 fields to all fields; TokenReceiver(Async)
methods now have open methods for auth step by step;- Add docs for
TR(Async)
.
UPDATE TO 3.2.2
Changes:
- Refactor;
- Add fields for
model
s forpydantic
; - Add fiels
followers
forPlaylist
, that show count of adding playlist; - Update
LICENSE
UPDATE TO 3.2.1
Changes:
- Fix error with
Playlist
withoutphoto
UPDATE TO 3.2.0
Changes:
- Add token validation in
Service
andServiceAsync
; - Add static token validation;
- Add
.get_user_info()
inService
andServiceAsync
; - Refactor function's names to
snake_case
; - Update
example
; - Update
docs
.
UPDATE TO 3.1.0
Changes:
- Move
Song
andPlaylist
to/models
; - Fix bug with
json
andConverter
s; - Add def
check_token()
inService(Async)
; - Update
docs
.
UPDATE TO 3.0.1
Changes:
- full refactoring imports
- add
utils
withConverter
andLogger
- fix async funcs and classes
UPDATE TO 3.0.0
Changes:
- Add
ServiceAsync
for using all abilities ofService
with coroutines - Fix bugs in
TokenReceiverAsync
- Change installing system from
setuptools
topoetry
UPDATE TO 2.2.3
Changes:
- fix save_config() in TR and TRAsync
UPDATE TO 2.2.2
Changes:
- fix del in TokenReceiverAsync
UPDATE TO 2.1.2
Changes:
- fix typo in Tokenreceiver: client->clients
- add new static method del_config() in Service