Skip to content

Releases: tinode/tinode-js

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)

Topic archiving, incremental public/private updates, bug fixes

21 Mar 07:21
Compare
Choose a tag to compare

Change list:

215f682 bug fix: lost DEL_CHAR
516fbf9 js-doc corrections
114b88d less aggressive touched assignment
57dac82 simplify updates a little
df9b5d8 more corner case fixes
9e31ab9 fix for a stupid mistake
1019b5d fix for #22
841ec2c wrong var name
73d6324 messages from the current user are considered to be read immediately
5eae058 allow defacs in {sub} for p2p topics'
57ec919 allow explicit defacs in p2p subscriptions
a59bc2f fix for #21
38fc02c remove debug logging, commented out and dead code
efe9e65 make permission checking a bit more flexible + jsdoc
1dd9bb7 tread ban the ame way as deletion
0ab0085 refactor handling of acs updates
080a0d5 helpers to get AccessMode diff
da54945 update dependencies
6749a17 return Promise from Tinode.archive()
ce87505 add isArchived to "me"
3be70b5 correct account editing for incremental updates
8bee868 fix for crazy JS: typeof null == "object"
ff53378 allow mergeObj to clear fields
ef962e9 propagate {info} to "me"
86ee210 add archive() method
852b343 deep-copy update public and private fields
cc7a5df support topic archiving

Bug fix release

29 Jan 11:36
Compare
Choose a tag to compare

fcd0737 better handling of failed base64 decoding
533dad0 fix for tinode/chat#212

Minor fixes

06 Jan 22:23
Compare
Choose a tag to compare

32741b9 jsdoc fixes
2ab19c3 ensure correct propagation of Public changes
d3eb0f7 different error code on user disconnect; var -> const, let

Autoreconnect, network probe

06 Jan 22:22
Compare
Choose a tag to compare

ede6f57 expose onAutoreconnectIteration callback through Tinode object
a06d33e expose reconnect through Tinode class
8c0fd1e changes for #19
1fb3b2e slightly better handling of failed messages
02384dc add onNetworkProbe callback
3751d34 add facility to send and receive network probes
8f98445 add facility to send and receive network probes
93a863b add back package-lock.json