Skip to content

Releases: harmonyland/harmony

v1.1.4

13 Mar 12:07
b942532
Compare
Choose a tag to compare

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, otherwise png)
  • Fix <Message>.addReaction (and removeReaction) not working with custom emojis

v1.1.2

23 Feb 08:08
2b0db63
Compare
Choose a tag to compare

Harmony v1.1.2

What's new

  • HOTFIX Fix guild props override with an empty array

v1.1.1

23 Feb 04:59
Compare
Choose a tag to compare

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

22 Feb 14:10
d5a8207
Compare
Choose a tag to compare

Harmony v1.1.0

What's new

  • Fix <Client>.connect function's token check
  • Add updateRefs to Message, MessageReactionsManager
  • Remove double saving guild related datas
  • Add CommandsLoader class
  • Make BitField class use BigInt

v1.0.1

02 Feb 05:31
6a8e4dd
Compare
Choose a tag to compare

Harmony v1.0.1

What's new

  • APPLICATION_COMMAND_* events support
  • Fix <Member>.nick type (nick?: string to nick: string | null)
  • Multiple attachments message support
  • Fix <BitField>.has function (was always returning false)

v1.0.0

25 Jan 14:18
Compare
Choose a tag to compare

Harmony v1.0.0

What's new:

  • Finally proper version 1!
  • Sharding Support
  • Covered all Discord REST APIs!
  • Changed org name from harmony-org to harmonyland
  • And many more things!

v0.9.3

29 Dec 16:56
2e28093
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

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

16 Dec 13:57
803700a
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

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

03 Dec 11:11
b265d0f
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

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

02 Dec 12:38
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

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!