Releases: negezor/vk-io
Releases ยท negezor/vk-io
@vk-io/[email protected]
The stateless prompt for your bots is out now ๐
You don't need any session for this. Here is an example how it works:
See link for more info
[email protected]
๐ก Highlights
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
- Regenerate docs
- Updated dependencies
- Updated dev dependencies
- Migrate to node-fetch 3 ad9cbc0
- Update VK Schema Types 1301615
@vk-io/[email protected]
๐ก Highlights
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
- Updated dependencies
- Updated dev dependencies
- Migrate to node-fetch 3 10ced33
@vk-io/[email protected]
๐ก Highlights
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
- Updated dev dependencies
- Migrate to node-fetch 3 f224245
Release 4.3.2
[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
[4.3.1] - 2021.06.06
๐ Bug Fixes
- Fix use number instead of string for
amount
inMarketAttachment
- Fix
Unknown stream
inUpload
๐ง Refactors
- Use formdata-node with form-data-encoder instead of form-data
๐ Documentation
- Regenerate docs
๐งน Chore
- Now used
Github Workflows
for tests instead ofTravis CI
- Bump API Version to
5.131
- Update dependencies
- Updated dev dependencies
Release 4.3.0
[4.3.0] - 2021.05.26
๐Highlights
- Using exports in
package.json
๐ 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
[4.2.0] - 2021.04.23
๐Highlights
- Add support event
dialog_notification_settings
inUpdates
forUser Long Poll
[#422]
๐ Features
- Add support
isPhotoMessage
,isVideoMessage
andisFileMessage
inTypingContext
forUser Long Poll
andBots Long Poll/Callback API
[#422] - Add support
locale
,transcript
,transcriptState
andisTranscriptDone
inAudioMessageAttachment
[#422] - Add support
isInvisible
inFriendActivityContext
[#422] - Add handle more errors for
DirectAuthorization
[#420] - Add support
adminAuthorId
,isCropped
,membersCount
,wasListened
,pinnedAt
,messageTag
andisExpired
inMessageContext
[#422] - Add
album
forAttachmentType
andAttachmentTypeString
43023a5
๐ Bug Fixes
- Add missed serealize for
referralSource
inMessageContext
- Fix parse audio message attachment in
User Long Poll
[#423]
๐ Types
- Add
copyright
anddonut
forWallContext
payload [#416]
๐ Documentation
๐งน Chore
- Regenerate docs
- Update dependencies
- Update VK Schema Types
Release 4.1.4
[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
[4.1.3] - 2021.01.25
๐ Bug Fixes
- Fix usage
wall_post_new
instead ofwall_repost
๐ Documentation
- Add doc about keyboard module
๐งน Chore
- Regenerate docs
- Update dependencies