Releases: mineral-dart/core
Releases · mineral-dart/core
4.0.0-dev.5
What's Changed
- fix: address multiple issues and refactor role normalization logic by @ThibaultPointurier in #203
- feat/implement cli by @LeadcodeDev in #205
Full Changelog: v4.0.0-dev.4...v4.0.0-dev.5
4.0.0-dev.4
What's Changed
- Feat/implement server message methods by @LeadcodeDev in #183
- Feat/implement server methods by @DakioCode in #199
- Fix missing server_id during member normalization in GuildMemberAddPacket by @ThibaultPointurier in #201
New Contributors
- @DakioCode made their first contribution in #199
Full Changelog: v4.0.0-dev.3...v4.0.0-dev.4
4.0.0-dev.3
What's Changed
- Move core into src folder
- Add
api
import namespace - Add
container
import namespace - Add
events
import namespace - Add
services
import namespace - Add
utils
import namespace
Full Changelog: v4.0.0-dev.2...v4.0.0-dev.3
4.0.0-dev.2
What's Changed
- feat/enhance serialization by @LeadcodeDev in #195
- feat/implement thread events by @PandaGuerrier in #196
Full Changelog: v4.0.0-dev.1...v4.0.0-dev.2
4.0.0-dev.1
What's Changed
- Fix late initialization error by @PandaGuerrier in #101
- feat: Improve some changes by @LeadcodeDev in #102
- feat: Upgrade of CLI service and some changes by @LeadcodeDev in #103
- add soundboard feature by @PandaGuerrier in #104
- Fix: Lot of bug fixes (may refactoring) by @vic256 in #105
- docs: Write related guild documentations by @LeadcodeDev in #106
- feat: Add permission structure by @LeadcodeDev in #108
- Added threads (only by message) by @PandaGuerrier in #109
- Added activities in GUILD_CREATE packet. by @PandaGuerrier in #107
- feat: References by @PandaGuerrier in #110
- Feat/doc by @PandaGuerrier in #111
- fix: Accept null guild features by @vic256 in #112
- Fix/permissions by @PandaGuerrier in #113
- Feat: commands (roles, users and channels) permissions by @PandaGuerrier in #115
- Improved the DX for subcommands by @PandaGuerrier in #114
- feat: implement discord features & improve commands by @LeadcodeDev in #116
- feat: implement missing features by @LeadcodeDev in #117
- Before release by @PandaGuerrier in #118
- Before release by @PandaGuerrier in #119
- Feat: Implement snowflake timestamp by @vic256 in #120
- Fix: option can be null by @PandaGuerrier in #121
- Added reaction events by @PandaGuerrier in #122
- Fix: delete interaction message by @PandaGuerrier in #123
- Utils before release by @PandaGuerrier in #124
- fix: allow nullables by @LeadcodeDev in #125
- Fix/guild create by @PandaGuerrier in #126
- New release by @PandaGuerrier in #127
- feat: implement error handling by @LeadcodeDev in #128
- feat: implement container by @LeadcodeDev in #129
- feat: implement http service by @LeadcodeDev in #130
- feat: implement environment service by @LeadcodeDev in #131
- feat: implement logger service by @LeadcodeDev in #132
- feat: implement kernel and developer settings by @LeadcodeDev in #133
- feat: implement http endpoint repositories by @LeadcodeDev in #134
- feat: implement console by @LeadcodeDev in #135
- feat: Implement http rate limit by @abitofevrything in #136
- Fix/intents by @LeadcodeDev in #138
- feat(events): event managing by @LeadcodeDev in #139
- feat(serializers): implement api serializers by @LeadcodeDev in #140
- feat/implement-hmr by @LeadcodeDev in #141
- feat/enhance infrastructure by @LeadcodeDev in #152
- feat/implement-slash-commands-builder by @LeadcodeDev in #155
- feat/implement-commands-domain by @PandaGuerrier in #157
- feat(ioc): change ioc resolver from string to type by @LeadcodeDev in #159
- feat(api): implement stage voice channels by @LeadcodeDev in #164
- feat/enhance marshaller data structure by @LeadcodeDev in #168
- feat/implement command translations and command definition by @LeadcodeDev in #173
- feat/implement command class by @LeadcodeDev in #175
- Implement interaction methods by @PandaGuerrier in #166
- fix/member not exist when ban by @LeadcodeDev in #177
- Implement member methods by @LeadcodeDev in #178
- feat/implement-components by @LeadcodeDev in #182
- feat/implement components by @LeadcodeDev in #189
- Fix/multiple bugs by @PandaGuerrier in #190
- remove member from cache when ban by @PyGaVS in #180
New Contributors
- @abitofevrything made their first contribution in #136
- @PyGaVS made their first contribution in #180
Full Changelog: v3.1.0...v4.0.0-dev.1
Release 3.2.0
What's Changed
- Fix late initialization error by @PandaGuerrier in #101
- feat: Improve some changes by @LeadcodeDev in #102
- feat: Upgrade of CLI service and some changes by @LeadcodeDev in #103
- add soundboard feature by @PandaGuerrier in #104
- Fix: Lot of bug fixes (may refactoring) by @vic256 in #105
- docs: Write related guild documentations by @LeadcodeDev in #106
- feat: Add permission structure by @LeadcodeDev in #108
- Added threads (only by message) by @PandaGuerrier in #109
- Added activities in GUILD_CREATE packet. by @PandaGuerrier in #107
- feat: References by @PandaGuerrier in #110
- Feat/doc by @PandaGuerrier in #111
- fix: Accept null guild features by @vic256 in #112
- Fix/permissions by @PandaGuerrier in #113
- Feat: commands (roles, users and channels) permissions by @PandaGuerrier in #115
- Improved the DX for subcommands by @PandaGuerrier in #114
- feat: implement discord features & improve commands by @LeadcodeDev in #116
- feat: implement missing features by @LeadcodeDev in #117
- Before release by @PandaGuerrier in #118
- Before release by @PandaGuerrier in #119
- Feat: Implement snowflake timestamp by @vic256 in #120
- Fix: option can be null by @PandaGuerrier in #121
- Added reaction events by @PandaGuerrier in #122
- Fix: delete interaction message by @PandaGuerrier in #123
- Utils before release by @PandaGuerrier in #124
- fix: allow nullables by @LeadcodeDev in #125
- Fix/guild create by @PandaGuerrier in #126
- New release by @PandaGuerrier in #127
- fix: cache who loose members by @PandaGuerrier in #137
Full Changelog: v3.1.0...v3.2.0
Release 3.1.0
What's Changed
- feat: implement events GuildDelete by @ThibaultPointurier in #88
- feat: added the guild_create event in the class events by @ThibaultPointurier in #89
- feat: Improve DX by @LeadcodeDev in #90
- feat: Implement select menu types by @LeadcodeDev in #92
- feat: Implement invitations by @LeadcodeDev in #93
- feat: Implement user presences by @LeadcodeDev in #94
- feat: Improve package implementations by @LeadcodeDev in #96
- feat: Release 3.1.0 by @LeadcodeDev in #97
New Contributors
- @ThibaultPointurier made their first contribution in #88
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- feat: Implement cli & refactor by @LeadcodeDev in #70
- feat: Implement new features by @LeadcodeDev in #71
- fix: Assign true templates by @LeadcodeDev in #72
- feat: Improve core by @LeadcodeDev in #73
- feat: Add commands git by @LeadcodeDev in #74
- feat: Add commands git by @LeadcodeDev in #75
- feat: Attachments by @vic256 in #78
- fix: Channel not initialized by @LeadcodeDev in #79
- feat: Implement http builder & split http service by @LeadcodeDev in #80
- feat: Edit attachments in messages by @vic256 in #81
- feat: Implement message bulk delete by @PandaGuerrier in #77
- feat: Improve cache by @vic256 in #82
- fix: Interaction and commands in dm channels by @vic256 in #83
- fix: before release 3.0.0 by @vic256 in #84
- feat: Improve users by @LeadcodeDev in #85
- hotfix: Change pubspec version by @vic256 in #87
New Contributors
- @ThibaultPointurier made their first contribution in b94054a
- @PandaGuerrier made their first contribution in #77
Full Changelog: release...v3.0.0
Release - Law
What's Changed
- Feat: Init project & advanced by @LeadcodeDev in #1
- feat: Struct by @LeadcodeDev in #2
- Feat: Implement emoji by @LeadcodeDev in #4
- feat: Implement role methods by @LeadcodeDev in #5
- feat: Implement guildMember voice methods by @LeadcodeDev in #6
- feat: Implement presence by @LeadcodeDev in #7
- Feat: Message implementation by @LeadcodeDev in #8
- refactor: namespaces by @LeadcodeDev in #9
- feat : Implement commands by @LeadcodeDev in #10
- feat: Implement shared stores by @LeadcodeDev in #11
- feat: Webhooks by @LeadcodeDev in #12
- feat: Implement sharding by @vic256 in #13
- feat: Improve sharding management and add documentation by @vic256 in #14
- docs: Write documentation (Role, Emoji) by @LeadcodeDev in #15
- feat: Implement all interactions by @LeadcodeDev in #16
- feat: Implement modules by @LeadcodeDev in #17
- feat: Implement command generations by @LeadcodeDev in #18
- feat: Initial beta by @LeadcodeDev in #19
- feat: Package integration by @LeadcodeDev in #20
- Rebase from main by @LeadcodeDev in #21
- Feat: Implement scheduled events by @vic256 in #22
- feat: Implement scheduled events by @LeadcodeDev in #23
- Feat: Use another manager for member roles by @vic256 in #24
- feat: Implement GuildMemberRoles by @LeadcodeDev in #25
- Feat: Implements new guild members events by @vic256 in #26
- feat: Add message post generation by @LeadcodeDev in #27
- feat: Remove empty lines from environment file by @LeadcodeDev in #28
- feat: Implement thumbnail into embeds by @LeadcodeDev in #29
- feat: Implement logs reporter by @LeadcodeDev in #30
- Voice events by @vic256 in #31
- Feat: Implement disconnect method on voice channels by @vic256 in #32
- feat: Add more collection methods by @LeadcodeDev in #33
- feat: Add client methods by @LeadcodeDev in #34
- docs: Write documentation methods by @LeadcodeDev in #35
- feat: Get features from BETA by @LeadcodeDev in #38
- feat: Fix stuff by @LeadcodeDev in #39
- Feat: Implement permission overwrites on channels by @vic256 in #40
- feat: Command permissions by @LeadcodeDev in #44
- feat: Add emoji to button by @LeadcodeDev in #45
- feat: Add features by @LeadcodeDev in #47
- feat: Create getters for all properties by @LeadcodeDev in #50
- feat: Implement news channel by @LeadcodeDev in #52
- feat: Implement message reactions by @LeadcodeDev in #53
- feat: Implement missing features by @LeadcodeDev in #55
- Feat: Improve software by @LeadcodeDev in #56
- Feat: Add Resume URL on wss connection and fix permissions by @vic256 in #57
- feat: Pre-release by @LeadcodeDev in #58
- Fix: Improve voice management by @vic256 in #59
- feat: Implement plugins by @LeadcodeDev in #60
- feat: Implement forum channels and improve other by @LeadcodeDev in #61
- feat: Improve core by @LeadcodeDev in #62
- feat: Migrate decorators to generics by @LeadcodeDev in #65
- Feat interactions edit by @vic256 in #63
- 🔀 Add delete Ephemeral message with API by @NathaelB in #66
- feat: Publish release by @LeadcodeDev in #67
New Contributors
Full Changelog: https://github.com/mineral-dart/core/commits/release