Skip to content

Latest commit

 

History

History
187 lines (88 loc) · 8.01 KB

CHANGELOG.md

File metadata and controls

187 lines (88 loc) · 8.01 KB

4.1.0 (2023-11-15)

Bug Fixes

  • 🩹 fix imports (8a2f7c5)
  • 🐛 fetch /group/:id instead of /group/:id/members (a8775f5)

Features

  • Implemented fetchAll for MemberManager (425d0c0)

4.0.0 (2023-11-04)

Bug Fixes

  • 🐛 change user id type to string | number (3129ebc)
  • 🐛 fix bug causing minor performance issue (206ca24)
  • 🚨 import Base for real instead of as a type-only import (68f1205)

Build System

  • 📌 update package-lock.json (38e53a7)

Features

  • ⏪ reinstate BaseManager#fetch and avatar_url (c7b4bf5)
  • Websocket: 🚧 add event handlers for websockets (c1ea762)

BREAKING CHANGES

  • WEBSOCKETS ARE HERE!!!!!! only took 1 year to complete B)

3.2.2 (2023-11-03)

Bug Fixes

3.2.1 (2023-11-03)

Bug Fixes

3.2.0 (2023-11-02)

Features

3.1.0 (2023-09-07)

Bug Fixes

  • Members: remove redundant reference (9608d2b)

Features

  • Members: implement member removal (93222a1)

3.0.0 (2022-05-27)

Bug Fixes

  • 🚨 replace avatar with avatar_url (826ef0b)

Code Refactoring

  • Channel: 🏗️ extend Base, update constructor signature (e5feacb)
  • User: ♻️ rename avatar to avatar_url in User constructors (1e5c629)

Features

  • add helper functions for constructing request handlers (#98) (1aea72e)
  • Base: 💩 implement BaseGroup#_patch (7641639)
  • Base: 💩 implement Chat#_patch (1a86da5)
  • Member: ✨ add Member#image_url (1376aed)
  • mock API calls in tests (#96) (a97289c)
  • Poll: 🍻 poll overhaul (67f700b)

BREAKING CHANGES

  • Channel: Channel constructor changed: Channel(ChannelData) -> Channel(Client, ChannelData)
  • User: User constructor no longer accepts avatar property; use avatar_url instead

2.7.0 (2022-05-17)

Features

  • Messages: implement Message#delete (c1f4857)

2.6.0 (2022-05-15)

Features

  • Create autoreviewers github action (6995694)

2.5.0 (2022-05-15)

Bug Fixes

  • Groups: separate documentation of overloaded GroupManager#join (999e0bf)
  • Groups: validate invite link hostname (c6d9b9e)

Features

  • Groups: implement GroupManager#join (1422615)

2.4.0 (2022-05-14)

Features

  • Groups: implement Group#delete (cda2b80)

2.3.0 (2022-05-12)

Bug Fixes

  • Groups: remove unnecessary await in GroupManager#create (2e0a94a)
  • Groups: rename reqBody to body for consistent naming (db9b776)
  • Groups: send PostGroupBody instead of GroupCreateOptions (79902a8)
  • Groups: use the more specific PostGroupResponse alias (f5c9a0c)

Features

  • Groups: add GroupManager create (0aa27f0)

2.2.0 (2022-02-09)

Features

  • Relationships: ✨ add relationship support (9d5b534)

2.1.0 (2022-02-08)

Bug Fixes

Features

  • ✨ add support for API versions v2, v3, v4 (c06d5f9)

2.0.0 (2022-02-07)

Code Refactoring

  • 🔥 remove Member#autokicked (9f88a91)

BREAKING CHANGES

  • Member#autokicked is gone

1.0.0 (2022-02-03)

Bug Fixes

  • 🚑 bad index signature in RequestOptions#query (c931e0a)