Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 4.08 KB

CHANGELOG.md

File metadata and controls

82 lines (45 loc) · 4.08 KB

Changelog

All notable changes to this project will be documented in this file.

3.0.3 - (2024-09-19)

🏠 Refactor

  • Fix for discordjs 14.16.2 partialgroupdm typings (000fc16)

3.0.2 - (2024-05-16)

🐛 Bug Fixes

  • Split CJS and ESM builds correctly (#295) (5f37869)

3.0.1 - (2023-04-02)

📝 Documentation

3.0.0 - (2022-12-30)

📝 Documentation

🚀 Features

  • deps: Support for discord.js v14 (#194) (e7d9682)
    • 💥 BREAKING CHANGE: This package now required DiscordJS v14. This means v13 is no longer supported.

2.1.4 - (2022-08-26)

🐛 Bug Fixes

  • Add smarter state tracking (#163) (bab8053)

📝 Documentation

  • Fix typedoc (39d15bf)
  • Add KrishAgarwal2811 as a contributor for code (#149) (ba6bbaf)

2.1.3 - (2022-07-11)

🐛 Bug Fixes

  • Ensure messages retain components, files, and allowedMentions (#144) (640eecf)

2.1.2 (2021-12-28)

2.1.1 (2021-11-25)

Bug Fixes

2.1.0 (2021-08-08)

Features

  • added editable attachments support (#28) (073a7ea)

2.0.0 (2021-08-04)

⚠ BREAKING CHANGES

  • This package now requires the use of Discord.JS v13

  • This package no longer modifies the message class in Discord.JS

  • Use send, reply, get, free, and track utility methods instead

  • specify breaking changes (a98c198)

1.0.0 (2021-01-13)

Bug Fixes

  • a few enhancements (2b00df0)
  • make discord.js a devDependency (9810ae5)
  • resolved a couple of bugs (59b7be1)
  • resolved workflow errors (aedc7e9)