Skip to content

Releases: negezor/vk-io

@vk-io/[email protected]

27 Sep 21:35
a7ba981
Compare
Choose a tag to compare

The stateless prompt for your bots is out now ๐ŸŽ‰

You don't need any session for this. Here is an example how it works:

Example

See link for more info

[email protected]

08 Sep 09:14
Compare
Choose a tag to compare

๐Ÿ’ก Highlights

โš ๏ธThis release introduces behavior changes. Update with caution โš ๏ธ

Used asynchronous import to load ESM module node-fetch. If you are using a version below 12 this will result in a parsing error.

๐Ÿ› Bug Fixes

  • Add missed copyright field b5bccc8

๐Ÿ’™ Types

  • Add typings for wall attachment objects 491cf39

๐Ÿ“– Documentation

  • Fixed typo and added comma 7030d0c

๐Ÿงน Chore

@vk-io/[email protected]

08 Sep 09:21
Compare
Choose a tag to compare

๐Ÿ’ก Highlights

โš ๏ธThis release introduces behavior changes. Update with caution โš ๏ธ

Used asynchronous import to load ESM module node-fetch. If you are using a version below 12 this will result in a parsing error.

๐Ÿงน Chore

@vk-io/[email protected]

08 Sep 09:20
Compare
Choose a tag to compare

๐Ÿ’ก Highlights

โš ๏ธThis release introduces behavior changes. Update with caution โš ๏ธ

Used asynchronous import to load ESM module node-fetch. If you are using a version below 12 this will result in a parsing error.

๐Ÿš€ Feature

  • Add captcha handler after 2FA #445

๐Ÿงน Chore

Release 4.3.2

06 Jul 15:17
Compare
Choose a tag to compare

[4.3.2] - 2021.07.07

๐Ÿ› Bug Fixes

  • Allow use stream without force transform to buffer

๐Ÿงน Chore

  • Update dependencies
  • Updated dev dependencies

Release 4.3.1

17 Jun 17:33
Compare
Choose a tag to compare

[4.3.1] - 2021.06.06

๐Ÿ› Bug Fixes

  • Fix use number instead of string for amount in MarketAttachment
  • Fix Unknown stream in Upload

๐Ÿ”ง Refactors

๐Ÿ“– Documentation

  • Regenerate docs

๐Ÿงน Chore

  • Now used Github Workflows for tests instead of Travis CI
  • Bump API Version to 5.131
  • Update dependencies
  • Updated dev dependencies

Release 4.3.0

26 May 14:43
Compare
Choose a tag to compare

[4.3.0] - 2021.05.26

๐ŸŒŸHighlights

๐Ÿ›‘ BREAKING CHANGE

  • Softer return geo in message context. Exception is no longer thrown if payload is missing.

๐Ÿš€ Features

  • Add store namespace in API

๐Ÿ“– Documentation

  • Regenerate docs

๐Ÿงน Chore

  • Update dependencies
  • Updated dev dependencies
  • Update VK Schema Types

Release 4.2.0

23 Apr 07:42
Compare
Choose a tag to compare

[4.2.0] - 2021.04.23

๐ŸŒŸHighlights

  • Add support event dialog_notification_settings in Updates for User Long Poll [#422]

๐Ÿš€ Features

  • Add support isPhotoMessage, isVideoMessage and isFileMessage in TypingContext for User Long Poll and Bots Long Poll/Callback API [#422]
  • Add support locale, transcript, transcriptState and isTranscriptDone in AudioMessageAttachment [#422]
  • Add support isInvisible in FriendActivityContext [#422]
  • Add handle more errors for DirectAuthorization [#420]
  • Add support adminAuthorId, isCropped, membersCount, wasListened, pinnedAt, messageTag and isExpired in MessageContext [#422]
  • Add album for AttachmentType and AttachmentTypeString 43023a5

๐Ÿ› Bug Fixes

  • Add missed serealize for referralSource in MessageContext
  • Fix parse audio message attachment in User Long Poll [#423]

๐Ÿ’™ Types

  • Add copyright and donut for WallContext payload [#416]

๐Ÿ“– Documentation

๐Ÿงน Chore

  • Regenerate docs
  • Update dependencies
  • Update VK Schema Types

Release 4.1.4

14 Feb 11:43
Compare
Choose a tag to compare

[4.1.4] - 2021.02.14

๐Ÿ“– Documentation

  • Add section about captcha handling in api module
  • Add doc about updates module
  • Add missed scope in direct auth example

๐Ÿงน Chore

  • Regenerate docs
  • Update dependencies
  • Update VK Schema Types

Release 4.1.3

25 Jan 10:34
Compare
Choose a tag to compare

[4.1.3] - 2021.01.25

๐Ÿ› Bug Fixes

  • Fix usage wall_post_new instead of wall_repost

๐Ÿ“– Documentation

  • Add doc about keyboard module

๐Ÿงน Chore

  • Regenerate docs
  • Update dependencies