Skip to content

Latest commit

 

History

History
118 lines (78 loc) · 5.8 KB

CHANGELOG.md

File metadata and controls

118 lines (78 loc) · 5.8 KB

Changelog

v1.0.1-4

compare changes

🚀 Enhancements

  • Add message pinning (4e3d38d)
  • API response instances (0ba3601)
  • Add channel instance (f26faf5)
  • Chatroom connect from channel instance (6bd3402)

🩹 Fixes

  • Impove channel response types (cd4be2f)
  • Export PinMessageInput interface (dc5a01c)

💅 Refactors

🏡 Chore

  • Add dist to tsconfig exclude (99d5370)
  • Fix changelog commit gen (e3795cf)

v1.0.1-3

compare changes

🚀 Enhancements

  • Add chatroom disconnecting (a688c4a)
  • Chat message sender status check (2064274)

💅 Refactors

🏡 Chore

v1.0.1-2

compare changes

🚀 Enhancements

  • Add chat message sending (c5b923f)
  • Add chat message deletion - improve error handling (2378f4b)

💅 Refactors

  • Add generic api error class (0169f9b)

🏡 Chore

  • Add github to package.json (a179ddd)

v1.0.1-1

🚀 Enhancements

  • Inital commit (0c1fcd4)
  • Add searching to docs (5adf497)
  • Add cycletls (3c115b1)
  • Add channel livestream endpoint (c3eef3a)
  • Add channel leaderboarrds endpoint (208e4c2)
  • Fix typedocs - sidebar plugin has issues - fixes exports for typedoc - upgrade packages - Slight loss in functionality (56c86c0)
  • Add new docs (179c7d8)
  • Add chatroom settings endpoint (bc7fa87)
  • Add polls endpoint - adds generic API response interface (d99b500)
  • Add authentication flow (dd893a4)
  • Add chat message events (b87c115)

🩹 Fixes

  • Remove generated docs from git (48cd52f)
  • Deepkit/type issues - replaced with old lock file (950a0ec)
  • Hopefully fix pnpm on CF pages (eaa2b67)
  • Fix v2? (1bb0291)

💅 Refactors

  • Fix some endpoint types (3a68c4c)
  • Remove authed endpoints - too much work to setup with one time codes (e49f068)
  • Move base endpoint class (021da30)
  • Clean up file & class names (f2209c4)
  • Allow for numbers in chatroom listen (e656145)

📖 Documentation

  • Improve documentation (2990f18)
  • Add information on entry class (27b0d95)
  • Fix getting started link (4e91e3d)

🏡 Chore

  • Gitignore generated docs (258078c)
  • Replace unbuild with tsup - needed for @deepkit/type compatibility (ac9cf61)
  • Remove playground src from git (094091a)
  • Gitignore vitepress cache/dist (7ff7142)
  • Remove old docs - fix package scripts - remove typedoc (83a845e)
  • Update deps (0ae1224)
  • Remove old jsdocs (b9d8bfc)
  • Update some docs stuff (eddbd4b)
  • Update version for npm (bac7a9c)
  • Update to MIT license (eab8541)
  • Add readme (53a152e)
  • Bump version (859c810)
  • Remove italic in readme (7337da1)
  • Add changelogen (a19811c)