Skip to content

Releases: issamansur/vkpymusic

UPDATE TO 3.3.0

21 Jan 21:23
cebbb8e
Compare
Choose a tag to compare

Changes:

  • Add UserInfo to vkpymusic.models;
  • Create new Converter from Response to UserInfo;
  • 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

15 Jan 17:59
3744a50
Compare
Choose a tag to compare

Changes:

  • Refactor;
  • Add fields for models for pydantic;
  • Add fiels followers for Playlist, that show count of adding playlist;
  • Update LICENSE

UPDATE TO 3.2.1

07 Jan 04:19
52b5f27
Compare
Choose a tag to compare

Changes:

  • Fix error with Playlist without photo

UPDATE TO 3.2.0

07 Jan 04:07
c630d64
Compare
Choose a tag to compare

Changes:

  • Add token validation in Service and ServiceAsync;
  • Add static token validation;
  • Add .get_user_info() in Service and ServiceAsync;
  • Refactor function's names to snake_case;
  • Update example;
  • Update docs.

UPDATE TO 3.1.0

31 Dec 01:03
Compare
Choose a tag to compare

Changes:

  • Move Song and Playlist to /models;
  • Fix bug with json and Converters;
  • Add def check_token() in Service(Async);
  • Update docs.

UPDATE TO 3.0.1

19 Dec 17:03
Compare
Choose a tag to compare

Changes:

  • full refactoring imports
  • add utils with Converter and Logger
  • fix async funcs and classes

UPDATE TO 3.0.0

16 Dec 03:15
1c88263
Compare
Choose a tag to compare

Changes:

  • Add ServiceAsync for using all abilities of Service with coroutines
  • Fix bugs in TokenReceiverAsync
  • Change installing system from setuptools to poetry

UPDATE TO 2.2.3

12 Sep 23:14
Compare
Choose a tag to compare

Changes:

  • fix save_config() in TR and TRAsync

UPDATE TO 2.2.2

12 Sep 22:47
Compare
Choose a tag to compare

Changes:

  • fix del in TokenReceiverAsync

UPDATE TO 2.1.2

12 Sep 21:14
Compare
Choose a tag to compare

Changes:

  • fix typo in Tokenreceiver: client->clients
  • add new static method del_config() in Service