nyxx_extensions 4.2.1 nyxx_extensions: ^4.2.1 copied to clipboard
Extensions to the Discord API provided in nyxx, including pagination support and message sanitization.
4.2.1 #
01.11.2024
- bug: Fix getInviteUri default scopes
4.2.0 #
04.10.2024
- feat: Add an alternative method for formatting dates (#27)
- feat: Add methods to stream entities from paginated endpoints (#28)
- feat: Add methods for computing permissions in a channel. (#29)
- bug: Update README.md (#32)
- feat: Restructure nyxx_extensions (#31)
- feat: Add a plugin for detecting when the client joins or leaves a guild (#33)
- feat: Add a method for fetching the children of a
CategoryChannel
(#34) - feat: Add endpoint pagination for reactions (#35)
- feat: Add getter for everyone role in a guild (#36)
- feat: Add .toBuilder() method to GuildChannel (#39)
- feat: Add extension getter for cdn assets (#37)
- feat: Add support for sanitizing slash commands mentions (#40)
- feat: Add getInviteUrl extension for PartialApplications (#41)
- feat: Add utilities for fetching lists of entities (#42)
- feat: Add extension to get a member's highest role (#43)
4.1.0 #
15.11.2023
- Added a helper to reply to a message.
- Fixed an issue with paginating back to a page that had already been seen.
4.0.0 #
20.10.2023
- Fixed an issue with link formatting.
4.0.0-dev.1 #
17.09.2023
- Bump nyxx to
6.0.0
. See the changelog at https://pub.dev/packages/nyxx for more information. - Removed helpers now in the nyxx package.
- Added pagination support.
3.2.0 #
10.09.2023
- Bump nyxx to
4.2.0
- Correctly export
acronym
property on guild
3.1.0 #
15.11.2022
- Bump nyxx to
4.2.0
- Add an
acronym
property on guild
3.0.0 #
19.12.2021
- Create
lib/nyxx_extensions.dart
which exports all sub libraries filterEmojiDefinitions
fromemoji
library now returnsStream<EmojiDefinition>
- Export library for each file
- Use minified version of emojis endpoint. Fixes #1
- Add compatibility with nyxx 3.0.0-dev.x****
Other changes are initial implementation of unit and integration tests to assure correct behavior of internal framework
processes. Also added Makefile
with common commands that are run during development.
3.0.0-dev.2 #
06.12.2021
- Add compatibility with nyxx 3.0.0-dev.x
3.0.0-dev.1 #
02.12.2021
- Use minified version of emojis endpoint. Fixes #1
3.0.0-dev.0 #
24.11.2021
- Create
lib/nyxx_extensions.dart
which exports all sub libraries filterEmojiDefinitions
fromemoji
library now returnsStream<EmojiDefinition>
- Export library for each file
Other changes are initial implementation of unit and integration tests to assure correct behavior of internal framework
processes. Also added Makefile
with common commands that are run during development.
2.0.0 #
03.10.2021
Bumped version to 2.0 for compatibility with nyxx
- Added compatibility for nyxx 2.0.0-rc2
- Implemented mutual guilds extension method (9a8bb35)
2.0.0-rc.3 #
25.04.2021
Release Candidate 2 for stable version. Requires dart sdk 2.12
- Added compatibility for nyxx 2.0.0-rc2
- Implemented mutual guilds extension method (9a8bb35)
1.0.0 #
24.08.2020
Stable release - breaks with previous versions - this version required Dart 2.9 stable and non-nullable experiment to be enabled to function
1.0.0
drops support for browser. Nyxx will now run only on VM
- New emoji module for fetching available emoji info
- Pagination module for created paginated messages
- Scheduler module for invoking repeatable actions
- Additional general utils
- Message resolver module for resolving raw message content into human readable form
- Attachment extensions for vm