nyxx_extensions 3.0.0 nyxx_extensions: ^3.0.0 copied to clipboard
Nyxx Extensions Module. Discord library for Dart. Simple, robust framework for creating discord bots for Dart language.
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