Releases: harmonyland/harmony
Releases · harmonyland/harmony
v1.1.4
Harmony v1.1.4
What's new
- Add async interator support for managers (ex:
for await (const guild of client.guilds)
) - Fix invite manager not exported
- Add missing cdn functions
- Add dynamic image format (
gif
if possible, otherwisepng
) - Fix
<Message>.addReaction
(andremoveReaction
) not working with custom emojis
v1.1.2
Harmony v1.1.2
What's new
- HOTFIX Fix guild props override with an empty array
v1.1.1
Harmony v1.1.1
What's new
- HOTFIX Fix
GuildChannelsManager.create
bracket mistake - HOTFIX Fix
BitField.resolve
reduce's default value
Thank @Develeon64 for reporting those bugs!
v1.1.0
Harmony v1.1.0
What's new
- Fix
<Client>.connect
function's token check - Add
updateRefs
toMessage
,MessageReactionsManager
- Remove double saving guild related datas
- Add
CommandsLoader
class - Make
BitField
class useBigInt
v1.0.1
Harmony v1.0.1
What's new
APPLICATION_COMMAND_*
events support- Fix
<Member>.nick
type (nick?: string
tonick: string | null
) - Multiple attachments message support
- Fix
<BitField>.has
function (was always returning false)
v1.0.0
Harmony v1.0.0
What's new:
- Finally proper version 1!
- Sharding Support
- Covered all Discord REST APIs!
- Changed org name from
harmony-org
toharmonyland
- And many more things!
v0.9.3
Harmony v0.9.3
What's new
- Now supports sticker messages!
- Event name autocompletion is now a thing
- Now you can add and remove reactions!
- Quite many bug fixes
v0.9.2
Harmony v0.9.2
What's new
- Support for slash commands!
- Decorator support!
- Drop self-bot support
- Add some voice related things
- Add color util
v0.9.1
Harmony v0.9.1
What's new
- Removed
not completely usable
in README (because it's now pretty usable!) - Made docs so you can develop more easily!
v0.9.0
First harmony release!
harmony is a new Discord API library. It's easy to use and lightweight. And I'm glad to release this project!