discord.js/packages/proxy/CHANGELOG.md
2024-05-04 20:50:15 +03:00

11 KiB

Changelog

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

@discordjs/proxy@2.1.0 - (2024-05-04)

Bug Fixes

  • Anchor link for events (0efd1be)
  • Minify mainlib docs json (#9963) (4b88306)

Documentation

  • Split docs.api.json into multiple json files (597340f)
  • Remove hyphen after @returns (#9989) (e9ff991)

Features

  • Local and preview detection (79fbda3)

Refactor

@discordjs/proxy@2.0.2 - (2023-11-12)

Bug Fixes

  • Forward x-audit-log-reason header (#9889) (6a63c44)

Documentation

  • create-discord-bot: Support bun in create-discord-bot (#9798) (7157748)

@discordjs/proxy@2.0.1 - (2023-08-17)

Documentation

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

@discordjs/proxy@2.0.0 - (2023-07-31)

Refactor

  • REST: Remove double classing (#9722) (8f4256d)
    • BREAKING CHANGE: REST and RequestManager have been combined, most of the properties, methods, and events from both classes can now be found on REST
    • BREAKING CHANGE: REST#raw has been removed in favor of REST#queueRequest
    • BREAKING CHANGE: REST#getAgent has been removed in favor of REST#agent
  • chore: update for /rest changes
  • rest: Switch api to fetch-like and provide strategies (#9416) (cdaa0a3)
    • BREAKING CHANGE: NodeJS v18+ is required when using node due to the use of global fetch
    • BREAKING CHANGE: The raw method of REST now returns a web compatible Respone object.
    • BREAKING CHANGE: The parseResponse utility method has been updated to operate on a web compatible Response object.
    • BREAKING CHANGE: Many underlying internals have changed, some of which were exported.
    • BREAKING CHANGE: DefaultRestOptions used to contain a default agent, which is now set to null instead.

@discordjs/proxy@1.4.1 - (2023-05-01)

Bug Fixes

  • Fix external links (#9313) (a7425c2)

Documentation

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

Refactor

  • proxy: Rely on auth header instead (#9422) (a49ed0a)

@discordjs/proxy@2.0.0 - (2023-07-31)

Refactor

  • REST: Remove double classing (#9722) (8f4256d)
    • BREAKING CHANGE: REST and RequestManager have been combined, most of the properties, methods, and events from both classes can now be found on REST
    • BREAKING CHANGE: REST#raw has been removed in favor of REST#queueRequest
    • BREAKING CHANGE: REST#getAgent has been removed in favor of REST#agent
  • chore: update for /rest changes
  • rest: Switch api to fetch-like and provide strategies (#9416) (cdaa0a3)
    • BREAKING CHANGE: NodeJS v18+ is required when using node due to the use of global fetch
    • BREAKING CHANGE: The raw method of REST now returns a web compatible Respone object.
    • BREAKING CHANGE: The parseResponse utility method has been updated to operate on a web compatible Response object.
    • BREAKING CHANGE: Many underlying internals have changed, some of which were exported.
    • BREAKING CHANGE: DefaultRestOptions used to contain a default agent, which is now set to null instead.

@discordjs/proxy@1.4.1 - (2023-05-01)

Bug Fixes

  • Fix external links (#9313) (a7425c2)

Documentation

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

Refactor

  • proxy: Rely on auth header instead (#9422) (a49ed0a)

@discordjs/proxy@1.4.1 - (2023-05-01)

Bug Fixes

  • Fix external links (#9313) (a7425c2)

Documentation

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

Refactor

  • proxy: Rely on auth header instead (#9422) (a49ed0a)

@discordjs/proxy@1.4.0 - (2023-04-01)

Bug Fixes

  • scripts: Accessing tsComment (d8d5f31)

Features

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

@discordjs/proxy@1.3.0 - (2023-03-12)

Documentation

Features

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

@discordjs/proxy@1.2.1 - (2022-11-25)

Bug Fixes

  • Pin @types/node version (9d8179c)

@discordjs/proxy@1.2.0 - (2022-10-07)

Bug Fixes

  • proxyRequests: Forward query parameters (#8691) (f063625)
  • Footer / sidebar / deprecation alert (ba3e0ed)

Documentation

Features

  • Web-components (#8715) (0ac3e76)
  • Add @discordjs/util (#8591) (b2ec865)

Refactor

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

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

Bug Fixes

  • proxyRequests: Typo in error message (#8537) (dd44e8b)

Features

  • website: Show constructor information (#8540) (e42fd16)

Refactor

@discordjs/proxy@1.0.1 - (2022-07-27)

Bug Fixes

  • proxy-container: Proper deps (#8120) (17867f9)
  • proxy: Add docs script (a45bef4)

Documentation

  • Add codecov coverage badge to readmes (#8226) (f6db285)

Features

  • Codecov (#8219) (f10f4cd)
  • Proxy container (#8000) (2681929)
  • 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)
  • @discordjs/proxy (#7925) (1ba2d2a)

Refactor

  • Move all the config files to root (#8033) (769ea0b)

Styling

  • Cleanup tests and tsup configs (6b8ef20)