Skip to content

Releases: nyxx-discord/nyxx

2.1.2

15 Nov 17:58
24704fd
Compare
Choose a tag to compare

nyxx: 2.0.4

09 Oct 20:18
c5efbce
Compare
Choose a tag to compare
nyxx-2.0.4

Update publish workflow env variables

nyxx: 2.0.3

04 Oct 15:09
a738671
Compare
Choose a tag to compare

2.0.3

04.10.2021

2.0.0

03 Oct 17:02
ab09493
Compare
Choose a tag to compare
nyxx: 2.0.1 hotfix

1.0.2 nyxx

08 Sep 16:15
Compare
Choose a tag to compare
  • Fix guild embed channel deserialization
  • Fix store and news channel deserialization

1.0.1 nyxx

29 Aug 10:33
Compare
Choose a tag to compare
1.0.1-nyxx

1.0.1 release of nyxx_commander

nyxx_commander 1.0.1

03 Sep 16:06
Compare
Choose a tag to compare
1.0.1-commander

1.0.1 release of nyxx_commander

1.0

24 Aug 06:18
Compare
Choose a tag to compare
1.0
Add travis webhook, fix tests

0.30.0

07 Feb 20:36
Compare
Choose a tag to compare

0.30.0

Tue 07.02.2019

This version drops support for Dart SDK 1.x; Nyxx now only supports Dart 2.0+ including dev sdk.

Changelog can be incomplete - it's hard to track changes across few months

  • Features added
    • SUPPORT FOR DART 2.0+
    • ADDED SUPPORT FOR VOICE via Lavalink
    • PERMISSIONS OVERHAUL
      • Proper permissing handling
    • COMMANDS FRAMEWORK REWRITTEN
      • Dispatch pipe is completely rewritten. Bot should operate about 2-8x faster
      • Allowed to declare single method commands without using classes
      • Added support for specify custom restrictions to commands handlers
      • Classes now have to be annotated with Module instead of Command
      • Remainder can now colled data to List<String> or String
      • Added Preprocessor and Postprocessor
      • Removed help system
    • COMMANDS PARSER
      • Allows to define simple commands handlers
    • Nyxx can be now used in browser
    • Many additions to Member and User classes
    • Changed internal library structure
    • Implemented Iterable for Channel to query messages
    • Added typing event per channel
    • Using v7 api endpoint
    • Added support for zlib compressed gateway payload
    • Added enpoints for Guild, Emoji, Role, Member
    • Added utils module
    • Allowed to download attachments. (Downloadable interface)
    • Implemented new Discord features (Priority speaker, Slowmode)
    • Added DiscordColor class
    • Added Binder util
    • Added Cache
    • Added MessageBuilder
    • Added interfaces Downloadable, Mentionable, Debugable, Disposable, GuildEntity
  • Bug fixes
    • Lowered memory usage
    • Websocket fixed
    • Fixed Emijis comparing
    • Fixed searchin in Emojis unicode
    • Code cleanup and style fixes
    • Proper error handling for CommandsFramework
    • Gateway fixes
    • Object deserializing fixes
    • Memory and performance improvements
    • Random null exceptions
    • Emojis CDN fixes
    • Fixes ratelimitter
  • Changes
    • Docs are rewritten
    • Faster deserialization
    • Embed builders rewritten
    • Removed autosharding.
    • Every object which has id is now subclass of SnowflakeEntity.
    • Snowflakes are default id entities
    • Internal nyxx API changes
    • Cooldown cache rewritten
    • Presence sending fixes
    • Title is not required for EmbedBuilder
    • Removed uneccessary dependencies

v0.24.0 - Dart 2.0 support

03 Aug 10:16
Compare
Choose a tag to compare
  • Changes

    • nyxx now supports Dart 2.0
    • Added Interactivity module
    • Added few methods to CommandContext
    • Rewritten CooldownCache
  • Bug fixes

    • Fixed Command help generating error
    • Fixed Emojis equels operator