nestjs-vk
Version:
VK-IO module for NestJS
136 lines (73 loc) โข 7.05 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [4.6.0](https://github.com/xTCry/nestjs-vk/compare/v4.5.1...v4.6.0) (2023-09-05)
### ๐ Features
* **providers:** separate configuration of providers managers in module ([ad09376](https://github.com/xTCry/nestjs-vk/commit/ad09376896b4ddde967bc2943e2ea1c34c6a59dd))
### [4.5.1](https://github.com/xTCry/nestjs-vk/compare/v4.5.0...v4.5.1) (2023-09-05)
### ๐ Bug Fixes
* **type:** simple.scene.ts ([799579b](https://github.com/xTCry/nestjs-vk/commit/799579b3f6363adb1a26c0bcc9b101acae05795c))
* **typo:** return .env in .gitignore ([d69d8e0](https://github.com/xTCry/nestjs-vk/commit/d69d8e0c677678c0469e1ad35f7bc59375ac2804))
### ๐ Features
* **sample:** update deps 01-complete-app ([6ff0f2a](https://github.com/xTCry/nestjs-vk/commit/6ff0f2a9e639d8c246d94f850f40a497982ab96c))
* **sample:** update deps 02-complete-app ([f702be7](https://github.com/xTCry/nestjs-vk/commit/f702be75e7d0bc407c788f312f5e6697a0b0820d))
### ๐งน Chore
* **decorators:** remove type `ParameterDecorator` from `InjectVkApi` ([92544d1](https://github.com/xTCry/nestjs-vk/commit/92544d17709cec13053f4a78775dbec54d958d70))
* **deps:** update ([ee30a41](https://github.com/xTCry/nestjs-vk/commit/ee30a4159382fe0c5ef76838c9af11c045987153))
## [4.5.0](https://github.com/xTCry/nestjs-vk/compare/v4.5.0-rc.0...v4.5.0) (2023-01-27)
### ๐ Features
* **docs:** add scene support ([000a11c](https://github.com/xTCry/nestjs-vk/commit/000a11cf14d028ae9f40dbea9cc2950a0d2b1b46))
## [4.5.0-rc.0](https://github.com/xTCry/nestjs-vk/compare/v4.4.2...v4.5.0-rc.0) (2022-03-19)
### ๐งน Chore
* **deps:** up `nestjs` version to 8 ([ffe50cb](https://github.com/xTCry/nestjs-vk/commit/ffe50cb83bba6afb20c7c4393973be34f75d1068))
* **deps:** updated `vk-io` ([e3f06ef](https://github.com/xTCry/nestjs-vk/commit/e3f06ef9a3a06059d7897499acdec11dd371f75d))
* **providers:** changed to `useFactory` ([de7f02e](https://github.com/xTCry/nestjs-vk/commit/de7f02eff1ee4ee32cb18d4475cfe8d92c448e0a))
### ๐ Bug Fixes
* **execution-context:** fixed return value of `getNext` ([f97e5cc](https://github.com/xTCry/nestjs-vk/commit/f97e5cc6aff70b9f398b12ca2534d675f52ee65a))
* **typos:** fixed typos in file name ([1367b8d](https://github.com/xTCry/nestjs-vk/commit/1367b8de9a6ccc3a85b856d12093a15a6742335b))
### ๐ Features
* **decorators:** added `Use` decorator for `vk.updates` ([8c615d0](https://github.com/xTCry/nestjs-vk/commit/8c615d0a5484b8bd834c9830781d83f1a9ed3ca0))
### 4.4.2 (2022-02-25)
### ๐ง Code Refactoring
* **lib:** changed veriables and decorators name ([6a0c209](https://github.com/xTCry/nestjs-vk/commit/6a0c2091998d79f38c25b95b9d16e87ab10f3f1b))
### ๐ Bug Fixes
* **decorator:** fixed undefine getter ([49e78b6](https://github.com/xTCry/nestjs-vk/commit/49e78b61a0a7ab57c79d8b31e5e3e12747ebf25f))
* fuck vscode ([96d490d](https://github.com/xTCry/nestjs-vk/commit/96d490dba7838570d735306ca56cc21d92ec9b03))
* **typo:** notReplyMessage ([b7d87d0](https://github.com/xTCry/nestjs-vk/commit/b7d87d033dd0458e025d4d7abc952c66fd9098dc))
### ๐ Features
* **docs:** added readme ([2e6d4ce](https://github.com/xTCry/nestjs-vk/commit/2e6d4cef8b9be3ad89dc5b1f248dfe2d1e0a8136))
* init repos ([3663988](https://github.com/xTCry/nestjs-vk/commit/3663988744ba8a3addc6700415aeabd5d29cde35))
* **package:** added standard-version ([b2905a5](https://github.com/xTCry/nestjs-vk/commit/b2905a538da41b6c01a5e1a2a9f0f0df13a41ce2))
* **sample:** added sample ([a6f2829](https://github.com/xTCry/nestjs-vk/commit/a6f2829dd8e944702d7c64051ce010f1fed481cc))
* **sample:** added sample multibots ([d218509](https://github.com/xTCry/nestjs-vk/commit/d2185090c64d83bcbd7ac6bb3a4b7d9e02359830))
* **scene:** added scenes support ([c25e0be](https://github.com/xTCry/nestjs-vk/commit/c25e0be142a6d63845e23881e5f37e3b5edde157))
### ๐งน Chore
* **listeners:** not cancel hear if false `useHearManager` ([593baef](https://github.com/xTCry/nestjs-vk/commit/593baefda96dc94806724a912047906790d8e8a8))
* **package.json:** update ([17fbc48](https://github.com/xTCry/nestjs-vk/commit/17fbc48f6310af4416512babf25d62efe7d0b6fe))
* **package:** updated deps ([e862473](https://github.com/xTCry/nestjs-vk/commit/e862473252087bb0855e78f52c3b2810c8bc7f3b))
* **release:** 4.4.0 ([5350ab3](https://github.com/xTCry/nestjs-vk/commit/5350ab3d66ef99cfacacc20a180c36bf704e2c3d))
## 4.4.0 (2022-02-25)
### ๐ง Code Refactoring
* **lib:** changed veriables and decorators name ([6a0c209](https://github.com/xTCry/nestjs-vk/commit/6a0c2091998d79f38c25b95b9d16e87ab10f3f1b))
### ๐ Bug Fixes
* **decorator:** fixed undefine getter ([49e78b6](https://github.com/xTCry/nestjs-vk/commit/49e78b61a0a7ab57c79d8b31e5e3e12747ebf25f))
* fuck vscode ([96d490d](https://github.com/xTCry/nestjs-vk/commit/96d490dba7838570d735306ca56cc21d92ec9b03))
* **typo:** notReplyMessage ([b7d87d0](https://github.com/xTCry/nestjs-vk/commit/b7d87d033dd0458e025d4d7abc952c66fd9098dc))
### ๐งน Chore
* **listeners:** not cancel hear if false `useHearManager` ([593baef](https://github.com/xTCry/nestjs-vk/commit/593baefda96dc94806724a912047906790d8e8a8))
* **package.json:** update ([17fbc48](https://github.com/xTCry/nestjs-vk/commit/17fbc48f6310af4416512babf25d62efe7d0b6fe))
* **package:** updated deps ([e862473](https://github.com/xTCry/nestjs-vk/commit/e862473252087bb0855e78f52c3b2810c8bc7f3b))
### ๐ Features
* **docs:** added readme ([2e6d4ce](https://github.com/xTCry/nestjs-vk/commit/2e6d4cef8b9be3ad89dc5b1f248dfe2d1e0a8136))
* init repos ([3663988](https://github.com/xTCry/nestjs-vk/commit/3663988744ba8a3addc6700415aeabd5d29cde35))
* **package:** added standard-version ([b2905a5](https://github.com/xTCry/nestjs-vk/commit/b2905a538da41b6c01a5e1a2a9f0f0df13a41ce2))
* **sample:** added sample ([a6f2829](https://github.com/xTCry/nestjs-vk/commit/a6f2829dd8e944702d7c64051ce010f1fed481cc))
* **sample:** added sample multibots ([d218509](https://github.com/xTCry/nestjs-vk/commit/d2185090c64d83bcbd7ac6bb3a4b7d9e02359830))
* **scene:** added scenes support ([c25e0be](https://github.com/xTCry/nestjs-vk/commit/c25e0be142a6d63845e23881e5f37e3b5edde157))
# 4.4.0-rc.2 (2022-02-25)
### Bug Fixes
* fuck vscode ([96d490d](https://github.com/xTCry/nestjs-vk/commit/96d490dba7838570d735306ca56cc21d92ec9b03))
* **typo:** notReplyMessage ([b7d87d0](https://github.com/xTCry/nestjs-vk/commit/b7d87d033dd0458e025d4d7abc952c66fd9098dc))
### Features
* **docs:** added readme ([2e6d4ce](https://github.com/xTCry/nestjs-vk/commit/2e6d4cef8b9be3ad89dc5b1f248dfe2d1e0a8136))
* init repos ([3663988](https://github.com/xTCry/nestjs-vk/commit/3663988744ba8a3addc6700415aeabd5d29cde35))
* **sample:** added sample ([a6f2829](https://github.com/xTCry/nestjs-vk/commit/a6f2829dd8e944702d7c64051ce010f1fed481cc))