Releases: tinode/tinode-js
Support for channels
- Support for channels: topics with unlimited number of read-only subscribers.
- Minor bug fixes.
One bug fix, dependencies updated
Full list of changes: v0.16.6...v0.16.7
Minor bug fixes
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
- 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
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
- Support for indicators of deleted messages.
- Bug fixes
Full list of changes: v0.16.2 - v0.16.3
Bug fixes
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