Skip to content

Releases: tinode/tinode-js

Support for channels

11 Oct 17:27
Compare
Choose a tag to compare
  • Support for channels: topics with unlimited number of read-only subscribers.
  • Minor bug fixes.

One bug fix, dependencies updated

17 Jul 16:59
Compare
Choose a tag to compare

Minor bug fixes

23 Jun 07:39
Compare
Choose a tag to compare

Bug fixes:

330f3f0 always close the socket
95ae71a fix handling of acs
aabfa1e define key names for server-provided limits

Full list of changes: v0.16.5...v0.16.6

Incognito mode, deleting accounts, blocked chats

26 Apr 08:14
Compare
Choose a tag to compare
  • Support for incognito mode.
  • Support for display of blocked chats.
  • Support for deleting accounts.
  • Long polling fixed.

Full list of changes: v0.16.4...v0.16.5

Bug fixes

14 Mar 06:57
Compare
Choose a tag to compare

36a1f41 1021538 dependencies updated
b844c08 all "var" -> "const" | "let", add Drafty.isValid() method
cc9ea51 enable setting human (UI) language
047f1ee fix for different order of messages
0cacd72 don't try to send note 'read' if there are no messages
426e860 fix for wrong [( / ) invalid content] message in new topics
1fdd590 bug: this.seq or this._maxSeq could be undefined
9131d55 fix for missing read notifications

Support for indicators of deleted messages

21 Jan 11:31
Compare
Choose a tag to compare
  • Support for indicators of deleted messages.
  • Bug fixes

Full list of changes: v0.16.2 - v0.16.3

Bug fixes

30 Nov 08:05
Compare
Choose a tag to compare

d50c320 expose method for checking for null value (unicode DEL char)
e2bb167 fix: wrong references to logger in topics
52c485b fix for missing method parameter
2c3cc87 add "term" handling in "me" topic also, tinode/chat#278
699a95f handling of {pres what=term}, tinode/chat#278
13f30da attempted fix for tinode/chat#278
82daf6c minor tweaks
b5af505 don't send invalid {del} message when the topic is empty'
2e757a0 added AccessMode strigify helper
4474627 fix: messages not flushed after clearing
c5c6972 formatting + rebuilding
44ad5fb dependencies, convenience updateMode added

Bug fixes

20 Sep 14:39
Compare
Choose a tag to compare

16511ff update touched on message send tinode/webapp#37
86a3ac2 migrate the app from api.. to web..
77d03d3 better check for URL being relative

Credential management and bug fixes.

15 Aug 08:29
Compare
Choose a tag to compare

Minor updates

14 Apr 15:16
Compare
Choose a tag to compare

7f3a50c an option to upload large files to a non-default URL (see #24)
1475065 Some callbacks are moved off the websocket thread ( see in #23)