nyxx_extensions 4.1.0 copy "nyxx_extensions: ^4.1.0" to clipboard
nyxx_extensions: ^4.1.0 copied to clipboard

Extensions to the Discord API provided in nyxx, including pagination support and message sanitization.

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 #

  • 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 from emoji library now returns Stream<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 from emoji library now returns Stream<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
4
likes
130
pub points
63%
popularity

Publisher

verified publisherl7ssha.xyz

Extensions to the Discord API provided in nyxx, including pagination support and message sanitization.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

http, nyxx

More

Packages that depend on nyxx_extensions