- Implement cli & refactor
- Implement new features
- Assign true templates
- Improve core
- Add commands git
- Implement Attachments
- Channel not initialized
- Implement http builder & split http service
- Edit attachments in messages
- Implement message bulk delete
- Improve cache
- Interaction and commands in dm channels
- Improve users
- Fix bad guild id
- Remove nullable content of
Message
- Remove
late
keyword & refactor - Improve
ButtonInteration
access with getters
- Remove mixins to public access
- Add
createdAt
andupdatedAt
toMessage
- Add correct message type from
fetch()
- Add
make:service
- Add
<String>.equals(value)
- Remove String formatters and implement Recase
- Fix wrong template (make:event)
- Fix wrong template (make:state)
- Redesign of the order guest
- Implemented the new CLI from
mineral_cli
. - Removing dependencies using
ffi
- Refactor application
- Move managers to services
- Fix bad User avatar decoration type
- Improve
category.create()
return type - Make allow and deny to no required params
- Improve context menu declaration
- Fix bad state matching
- Add plugins access to the
MineralContext
- Migrate environment to dedicated package
- Improve accessibility
- Implement lasted Discord updates
- Move decorators to fully generics
- Improve collections key matching (thanks generics)
- Move framework context to dedicated mixin
MineralContext
- Move ioc accessibility to dedicated mixin
Container
- Standardized packages entrypoints
- Add executable compile feature
- More..
- Fix wrong userId key into interactions
- Implement
setDefaultReactionEmoji
method - Implement
setTags
method - Implement
setDefaultRateLimit
method
- Implement forum channels
- Add missing return
- Implement
unban
method - Improve voice member
- Fix CategoryChannel cast
- Improve
nickname
getter, it returns the username if nickname is not defined - Implement
getOrFail
andgetOr
methods on Environment
- Fix missing examples
- Fix badge url
- Improve
dart analyse
to get 100% - Generate api documentation
- Write documentation examples
- Improve readme shields
- Improve
dart analyse
to get 100% - Remove unimplemented code
- Initialize mineral framework project