mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-08-26 15:08:03 -04:00
[PR #70] [MERGED] refactor: switch to Solid primitives #85
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/javascript-client-sdk/pull/70
Author: @insertish
Created: 4/8/2023
Status: ✅ Merged
Merged: 4/14/2023
Merged by: @insertish
Base:
master← Head:insert/feat/store-rewrite📝 Commits (10+)
68293e0refactor: delete all codeacb0521feat: write a concise websocket client71b9dc5feat: implement store backed common classes2d24ccefeat: port basic token login1dfa08bfix: import Merge as typeb5ea551chore: include declaration and map19d1f3afix: actually commit the merge type200a3e5feat: export all classes from index.ts8ef5806feat: work towards spec compliancee45ff7ffeat: port permissions calculations📊 Changes
79 files changed (+8524 additions, -7447 deletions)
View changed files
➖
.env.example(+0 -4)➕
.eslintrc.json(+49 -0)📝
.github/workflows/docs.yml(+22 -17)➕
.github/workflows/lint.yml(+37 -0)➖
.github/workflows/typecheck.yml(+0 -24)📝
.gitignore(+2 -2)➕
.prettierrc(+13 -0)➖
.prettierrc.js(+0 -5)➖
.yarn/releases/yarn-3.2.3.cjs(+0 -783)➖
.yarnrc.yml(+0 -2)📝
LICENSE(+1 -1)📝
README.md(+28 -62)📝
package.json(+53 -92)➕
pnpm-lock.yaml(+2056 -0)📝
src/Client.ts(+355 -525)➕
src/classes/Bot.ts(+130 -0)➕
src/classes/Channel.ts(+660 -0)➕
src/classes/ChannelUnread.ts(+33 -0)➕
src/classes/Emoji.ts(+86 -0)➕
src/classes/File.ts(+135 -0)...and 59 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.