Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Releases: ProjectBubblez/bubblez.js

V1.2.1

07 Nov 03:46
66e9a9b
Compare
Choose a tag to compare
V1.2.1 Pre-release
Pre-release

Fixed #4
Updated websocket to v1

V1.2.0

02 Nov 22:10
Compare
Choose a tag to compare
V1.2.0 Pre-release
Pre-release

Added websockets

V1.1.3

26 Sep 18:41
Compare
Choose a tag to compare
V1.1.3 Pre-release
Pre-release

Added follower count to user

V1.1.2

16 Aug 19:19
bf3cec9
Compare
Choose a tag to compare
V1.1.2 Pre-release
Pre-release

Added verbose mode
Api urls changed
Added lockPost to Client
Added toggleLock to Message
Added editPost and editReply
Fixed bug where bubblez.js crashes on startup due to the user not having replies
Added nsfw settings and values

V1.1.1

04 Jul 19:01
Compare
Choose a tag to compare
V1.1.1 Pre-release
Pre-release

IMPORTANT:
Since this version bubblez.js has a nodejs requirement of version 14 or above.

Added the latestBlog method.
Removed deprecated function and variables and removed client without a capital C.
Changed how options are handled internally.

V1.1.0

17 Jun 19:16
Compare
Choose a tag to compare
V1.1.0 Pre-release
Pre-release

Renamed the client class to Client.
Introduced Message, Reply and User classes now with methods for each of the classes.
Deprecated (Client).getTokenUser, client (without a capital c), (User).ban, (User).last_posted and (Reply).deleted.
Added a uuid field (which defaults to null on canary).

V1.0.5

13 Jun 20:43
2b5bbfd
Compare
Choose a tag to compare
V1.0.5 Pre-release
Pre-release

[+] Throwing TypeErrors when parameters have an incorrect type
[+] Added not logged in errors
[+] Added errors to documentation
[+] Added default options

V1.0.4

17 Mar 21:05
6331f22
Compare
Choose a tag to compare
V1.0.4 Pre-release
Pre-release

Added getTokenUser, getPost and latestPost functions.
Added from option to replies.
Put documentation in it's own file and wrote it out more.

V1.0.3

17 Mar 11:40
Compare
Choose a tag to compare
V1.0.3 Pre-release
Pre-release

[~] Changed errors and api urls

V1.0.2

12 Mar 20:20
Compare
Choose a tag to compare
V1.0.2 Pre-release
Pre-release

[+] added replies api