mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
3.5 KiB
3.5 KiB
Changelog
All notable changes to this project will be documented in this file.
0.6.0 (2022-04-17)
Features
- Add support for module: NodeNext in TS and ESM (#7598) (8f1986a)
- builders: Add attachment command option type (#7203) (ae0f35f)
- Collection: Add merging functions (#7299) (e4bd07b)
Refactor
- Make
intersectperform a true intersection (#7211) (d8efba2)
Typings
- Add
ReadonlyCollection(#7245) (db25f52) - Collection: Union types on
intersectanddifference(#7196) (1f9b922)
0.5.0 (2021-12-08)
Refactor
- Make
intersectperform a true intersection (#7211) (d8efba2)
Typings
- Add
ReadonlyCollection(#7245) (db25f52) - Collection: Union types on
intersectanddifference(#7196) (1f9b922)
0.4.0 (2021-12-24)
Features
0.3.2 (2021-10-29)
Bug Fixes
- update doc engine (4c0e24f)
0.3.0 (2021-10-29)
Features
- add Collection#at() and Collection#keyAt() (#46) (66b30b9)
- improve documentation and resolve #49 (aec01c6)
- ts-docgen (463b131)
0.2.4 (2021-10-27)
Bug Fixes
- minification of names (bd2fe2a)
0.2.3 (2021-10-27)
Bug Fixes
- building with useDefineForClassFields false (2a571d5)