Skip to content

Latest commit

 

History

History
85 lines (41 loc) · 5.21 KB

CHANGELOG.md

File metadata and controls

85 lines (41 loc) · 5.21 KB

Changelog

1.4.2 (2024-08-13)

Bug Fixes

  • patchUrlMappings: recreate script elements when patching their src attribute (#242) (b915ebf)

1.4.1 (2024-07-30)

Bug Fixes

  • do not prepend PROXY_PREFIX if already prepends path (#237) (c564b2d)
  • prepend /.proxy to discord-starter-activity token fetch (#233) (6e2cd1d)

1.4.0 (2024-07-10)

Features

  • add UPDATE_CURRENT_GUILD_MEMBER sdk hook and playground page (#218) (d25deb2)
  • rewrite requests through /.proxy/ using patchUrlMappings (#222) (44787c5)

Bug Fixes

  • deps: update dependency esbuild to ^0.23.0 (#226) (63bf436)

1.3.0 (2024-06-25)

Features

  • add applications.commands to OAuthScopes and use the type in authorize command (#223) (d4d319d)

Bug Fixes

  • deps: unpin big-integer and decimal.js-light (#156) (860cd87)
  • deps: update dependency @types/uuid to v10 (#221) (46cf04e)
  • deps: update dependency esbuild to v0.21.3 (#198) (08e77ef)
  • deps: update dependency eventemitter3 to v5 (#187) (2aa5971)
  • deps: update dependency uuid to v10 (#217) (c7ffadf)
  • remove unavailable options from "setActivity" command (#193) (e70decc)

1.2.0 (2024-04-23)

Features

  • add CommandInput and CommandResponse as types (6f65ef3)

Bug Fixes

1.1.2 (2024-04-04)

Bug Fixes

1.1.1 (2024-04-02)

Bug Fixes

1.1.0 (2024-04-01)

Features

  • expose source and sourceOrigin class properties (#66) (f1590b3)

Bug Fixes

  • remove unnecessary FILE_EXTENSION_REGEX check from matchAndRewriteURL (#65) (4616621)
  • support ssr and non-browser environments (#45) (2beca00)