Releases: tinode/tinode-js
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
Bug fixes
Credential management and bug fixes.
Minor updates
Topic archiving, incremental public/private updates, bug fixes
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
fcd0737 better handling of failed base64 decoding
533dad0 fix for tinode/chat#212
Minor fixes
Autoreconnect, network probe
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