Unit_AI/node_modules/@discordjs/collection/CHANGELOG.md
2024-06-01 16:24:36 -04:00

10 KiB

Changelog

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

@discordjs/collection@1.5.3 - (2023-08-17)

Documentation

  • Update Node.js requirement to 16.11.0 (#9764) (188877c)

@discordjs/collection@1.5.2 - (2023-07-31)

Refactor

  • collection: Reduce reduce's code (#9581) (b85a3f2)

@discordjs/collection@1.5.1 - (2023-05-01)

Bug Fixes

  • Fix external links (#9313) (a7425c2)

Documentation

  • Generate static imports for types with api-extractor (98a76db)

@discordjs/collection@1.5.2 - (2023-07-31)

Refactor

  • collection: Reduce reduce's code (#9581) (b85a3f2)

@discordjs/collection@1.5.1 - (2023-05-01)

Bug Fixes

  • Fix external links (#9313) (a7425c2)

Documentation

  • Generate static imports for types with api-extractor (98a76db)

@discordjs/collection@1.5.1 - (2023-05-01)

Bug Fixes

  • Fix external links (#9313) (a7425c2)

Documentation

  • Generate static imports for types with api-extractor (98a76db)

@discordjs/collection@1.5.0 - (2023-04-01)

Bug Fixes

  • scripts: Accessing tsComment (d8d5f31)

Features

  • website: Render syntax and mdx on the server (#9086) (ee5169e)

Refactor

  • collection: Fix/silence linter warnings (#9266) (d6f4e60)

@discordjs/collection@1.4.0 - (2023-03-12)

Documentation

  • Fix version export (#9049) (8b70f49)

Features

  • website: Add support for source file links (#9048) (f6506e9)

Refactor

  • Compare with undefined directly (#9191) (869153c)

@discordjs/collection@1.3.0 - (2022-11-28)

Bug Fixes

  • Pin @types/node version (9d8179c)

Features

  • Add Collection#subtract() (#8393) (291f36c)

@discordjs/collection@1.2.0 - (2022-10-08)

Bug Fixes

  • Footer / sidebar / deprecation alert (ba3e0ed)

Documentation

  • Change name (#8604) (dd5a089)
  • Remove xml tag from collection#find (#8550) (4032457)

Features

Refactor

  • Website components (#8600) (c334157)
  • Use eslint-config-neon for packages. (#8579) (edadb9f)

Typings

  • Collection: Make fn return type unknown (#8676) (822b7f2)

@discordjs/collection@1.1.0 - (2022-08-22)

Bug Fixes

  • Use proper format for @link text (#8384) (2655639)

Documentation

  • Fence examples in codeblocks (193b252)
  • Use link tags (#8382) (5494791)

Features

  • website: Show constructor information (#8540) (e42fd16)
  • website: Show descriptions for @typeParam blocks (#8523) (e475b63)

Refactor

  • website: Adjust typography (#8503) (0f83402)
  • Docs design (#8487) (4ab1d09)

@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)