-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
65 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,32 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.5.1](https://github.com/nyx-discord/nyx/compare/@nyx-discord/[email protected]...@nyx-discord/[email protected]) (2024-02-19) | ||
|
||
### Bug Fixes | ||
|
||
- fix MetadatableCustomIdBuilder omitting non empty token ([4d5d4c5](https://github.com/nyx-discord/nyx/commit/4d5d4c5f1ffba0662383507b2acb752c93d29272)) | ||
|
||
## [1.5.0](https://github.com/nyx-discord/nyx/compare/@nyx-discord/[email protected]...@nyx-discord/[email protected]) (2024-02-19) | ||
|
||
### Features | ||
|
||
- add SessionManager[#resolve](https://github.com/nyx-discord/nyx/issues/resolve)() ([99007a1](https://github.com/nyx-discord/nyx/commit/99007a1a4d6dba4df9a6e08f2831c59410b09381)) | ||
|
||
### Bug Fixes | ||
|
||
- filter empty string if there's only metadata in a built MetadatableCustomId ([126d334](https://github.com/nyx-discord/nyx/commit/126d3349d7c6a939c881cb8afe814612618b9d8d)) | ||
|
||
## [1.4.0](https://github.com/nyx-discord/nyx/compare/@nyx-discord/[email protected]...@nyx-discord/[email protected]) (2024-02-13) | ||
|
||
### Features | ||
|
||
- add PaginationCustomIdBuilder next and previous page methods ([5f7abad](https://github.com/nyx-discord/nyx/commit/5f7abad5ab7e7db8096d2d63e7a37e8d95783ee9)) | ||
|
||
### Bug Fixes | ||
|
||
- fix MetadatableCustomIdBuilder meta methods changing non metadata tokens ([a0bb9d2](https://github.com/nyx-discord/nyx/commit/a0bb9d224c5da16e86b674363650ac475747c561)) | ||
|
||
## [1.3.0](https://github.com/nyx-discord/nyx/compare/@nyx-discord/[email protected]...@nyx-discord/[email protected]) (2024-01-14) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,31 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.5.1](https://github.com/nyx-discord/nyx/compare/@nyx-discord/[email protected]...@nyx-discord/[email protected]) (2024-02-19) | ||
|
||
**Note:** Version bump only for package @nyx-discord/framework | ||
|
||
## [1.5.0](https://github.com/nyx-discord/nyx/compare/@nyx-discord/[email protected]...@nyx-discord/[email protected]) (2024-02-19) | ||
|
||
### Features | ||
|
||
- add SessionManager[#resolve](https://github.com/nyx-discord/nyx/issues/resolve)() ([99007a1](https://github.com/nyx-discord/nyx/commit/99007a1a4d6dba4df9a6e08f2831c59410b09381)) | ||
- make AbstractSession[#self](https://github.com/nyx-discord/nyx/issues/self)End() reason optional ([9908b38](https://github.com/nyx-discord/nyx/commit/9908b384073a152559c4c86ace0434369a59b176)) | ||
|
||
### Bug Fixes | ||
|
||
- handle undefined return type in SessionRepository ([9e8bea9](https://github.com/nyx-discord/nyx/commit/9e8bea92abe8862d5e6feb4d3a627d6e878d61e6)) | ||
|
||
## [1.4.0](https://github.com/nyx-discord/nyx/compare/@nyx-discord/[email protected]...@nyx-discord/[email protected]) (2024-02-13) | ||
|
||
### Features | ||
|
||
- add ActionRowWrapper[#edit](https://github.com/nyx-discord/nyx/issues/edit)Component() ([39f7bf0](https://github.com/nyx-discord/nyx/commit/39f7bf05aedeab03e6473b249a6c9e8913f18888)) | ||
|
||
### Bug Fixes | ||
|
||
- fix ActionRowWrapper[#edit](https://github.com/nyx-discord/nyx/issues/edit)Where() editing unmatched entries ([dec24e5](https://github.com/nyx-discord/nyx/commit/dec24e59fd3a23804de8d44865d9bbcf350842f6)) | ||
|
||
## [1.3.0](https://github.com/nyx-discord/nyx/compare/@nyx-discord/[email protected]...@nyx-discord/[email protected]) (2024-01-19) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters