Skip to content

Releases: nyxx-discord/nyxx

0.23.1 - Bug fixes

31 Jul 20:41
Compare
Choose a tag to compare
  • Bug fixes
    • Fixed MessageDeleteEvent deserializing error
    • Fixed checking for channel nsfw for CommandsFramework

0.23.0 - Framework big rework

30 Jul 10:51
Compare
Choose a tag to compare
  • New features
    • Support for services - DEPENDENCY INJECTION
    • Support for type parsing
    • Logging support
    • Listener for messages for channel
    • Automatic registering Services and Commands
    • Remainder annotation which captures all remaining text
    • Permissions are now READ/WRITE - added PermissionsBuilder
    • Checking for topics and if channel is nsfw for commands
  • Bug fixes
    • Fixed error throwing
    • Text in quotes is one String
    • Fixed StreamControllers to be broadcast
    • Removed unnecessary fields from DMChannel and GroupDMChannel
    • Big performance improvement of CommandFramework
    • Fixed Permissions opcode
    • delay() changed to nextMessage()
  • Deprecations
    • Deprecated browser target
    • Removed MirrorsCommandFramework and InstanceCommandFramework

0.22.1 - Small API changes

13 Jul 13:30
Compare
Choose a tag to compare
  • Bug fixes
    • Fixed bug with sending Emoji. toString() now returns proper representation ready to send via message
  • New features
    • Searching in EmojisUnicode is now handled by future.
    • toString() in User, Channel, Role now returns mention instead of content, name etc.

0.22.0 - Audit logs

11 Jul 12:48
dd3ac04
Compare
Choose a tag to compare
  • Bug fixes
    • Next serialization bug fixes
  • New features
    • Added support for audit logs
    • Searching in EmojisUnicode based on shortcode

0.21.5 - Bug fixes

09 Jul 08:37
Compare
Choose a tag to compare
  • Bug fixes
    • Fixed embed serialization

0.21.4 - Bug fixes

09 Jul 05:53
Compare
Choose a tag to compare
  • Bug fixes
    • Fixed embed serialization

0.21.3 - Next bug fixes

08 Jul 20:35
Compare
Choose a tag to compare
  • Fixed bug with 'null' in embed deserialization
  • Added few docs

0.21.2 - Bug fixes

06 Jul 15:20
Compare
Choose a tag to compare
  • Bug fixes
    • Added overrides
    • Implemented hashCode for Emoji and Snowflake
    • Fixed return type for delay() in Command class

0.21.1 - Bug fixes

06 Jul 14:24
Compare
Choose a tag to compare
  • Bug fixes
    • Fixed constructors in MessageChannel and TextChannel

0.21.0 - Sending files added!

06 Jul 13:58
Compare
Choose a tag to compare
  • New features
    • Support for sending files, attaching files in embed
    • Added missing gateway events
    • Replaced String ids with Snowflake type
  • Bug fixes
    • Fixed nulls exceptions
    • More seamless integration with Emojis