mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
6.7 KiB
6.7 KiB
Changelog
All notable changes to this project will be documented in this file.
@discordjs/collection@1.1.0 - (2022-08-22)
Bug Fixes
- Use proper format for
@linktext (#8384) (2655639)
Documentation
Features
- website: Show
constructorinformation (#8540) (e42fd16) - website: Show descriptions for
@typeParamblocks (#8523) (e475b63)
Refactor
@discordjs/collection@0.8.0 - (2022-07-17)
Bug Fixes
- Collection: Make error messages consistent (#8224) (5bd6b28)
- Check for function type (#8064) (3bb9c0e)
Documentation
- Add codecov coverage badge to readmes (#8226) (f6db285)
Features
- Codecov (#8219) (f10f4cd)
- docgen: Update typedoc (b3346f4)
- Website (#8043) (127931d)
- docgen: Typescript support (3279b40)
- Docgen package (#8029) (8b979c0)
- Use vitest instead of jest for more speed (8d8e6c0)
- Add scripts package for locally used scripts (f2ae1f9)
Refactor
- collection: Remove
defaultproperty (#8055) (c8f1690) - collection: Remove default export (#8053) (16810f3)
- Move all the config files to root (#8033) (769ea0b)
Testing
- collection: Improve coverage (#8222) (a51f721)
@discordjs/collection@0.7.0 - (2022-06-04)
Styling
- Cleanup tests and tsup configs (6b8ef20)
@discordjs/collection@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)
@discordjs/collection@0.5.0 - (2022-01-24)
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)