Files
discord.js/packages/collection/CHANGELOG.md

5.7 KiB

Changelog

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

@discordjs/collection@1.0.0 - (2022-07-17)

Info

  • 1.0.0 release bump, no new features.

@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 default property (#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 intersect perform a true intersection (#7211) (d8efba2)

Typings

  • Add ReadonlyCollection (#7245) (db25f52)
  • Collection: Union types on intersect and difference (#7196) (1f9b922)

0.4.0 (2021-12-24)

Features

0.3.2 (2021-10-29)

Bug Fixes

0.3.0 (2021-10-29)

Features

0.2.4 (2021-10-27)

Bug Fixes

0.2.3 (2021-10-27)

Bug Fixes

  • building with useDefineForClassFields false (2a571d5)