@imaentity/selfjs 3.3.0-b → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/docs.md +841 -473
- package/package.json +1 -2
- package/self.js +723 -802
- package/changelog.log +0 -37
package/changelog.log
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
v2.9.11
|
|
2
|
-
Added:
|
|
3
|
-
changelog.log
|
|
4
|
-
|
|
5
|
-
Changed:
|
|
6
|
-
Client.setStatus now has default params
|
|
7
|
-
|
|
8
|
-
v2.10.11
|
|
9
|
-
Added:
|
|
10
|
-
A docs link to README.md
|
|
11
|
-
|
|
12
|
-
Changed:
|
|
13
|
-
Structure of docs.md
|
|
14
|
-
|
|
15
|
-
Removed:
|
|
16
|
-
The default option in the status enum
|
|
17
|
-
|
|
18
|
-
v3.0.0
|
|
19
|
-
Changed:
|
|
20
|
-
Overhaul to the structure of self.js
|
|
21
|
-
|
|
22
|
-
v3.1.0
|
|
23
|
-
Added:
|
|
24
|
-
Webhooks can now send files
|
|
25
|
-
Client.getUserProfile to fetch user profiles
|
|
26
|
-
Client.createServer to create a server
|
|
27
|
-
|
|
28
|
-
Changed:
|
|
29
|
-
Client.getUser now gets the actual user instead of their profile
|
|
30
|
-
|
|
31
|
-
v3.2.0
|
|
32
|
-
Added:
|
|
33
|
-
Client.refreshURL to refresh expired urls
|
|
34
|
-
|
|
35
|
-
v3.3.0
|
|
36
|
-
Added:
|
|
37
|
-
Client websockets now auto-reconnect after a failed heartbeat
|