selene 0.3.2
selene: ^0.3.2 copied to clipboard
A Discord client for Dart
0.3.1 #
0.3.0 #
Changed #
- Major: Overhauled how entities are initialised and cached
- Cleaned up library as a whole, fixed a lot of issues
EntityCachehas been renamed toClientState
Breaking Changes #
ClientState.selfhas been renamed toClientState.currentUser
Added #
- Documented
User,PermissionOverwriteandGuildRole - Documented numerous minor methods and objects
- Shortcuts on
Clientto numerousClientStatefields
Removed #
- Reaction support has been removed temporarily
- Will likely return during release cycle 0.3.2 - 0.3.5
0.2.1 #
Changed #
- Converted
_Dispatcherto publicDispatcherfor documentation access
v0.2 #
Fixed #
- Fixed null fields on client
- Fixed duplicate roles appearing after a guild update
- Fixed random crashing when attempting to update a role
Added #
- Added more events to the dispatcher type
Changed #
- Reconfigured how channels are stored
Removed #
- Removed VM/web options due to internal technical restraints
- This support will return in a future update