Skip to content

Releases: tinode/tinode-js

Bug fixes

24 Aug 00:56
Compare
Choose a tag to compare

c1ca23f Fixed invalid _loadMessages call parameters.
2489d18 Fixed false-ish comparisons in archived status.

Bug fixes

20 Aug 01:53
Compare
Choose a tag to compare

e99c21b Fetch messages from the local cache before fetching them from the server.
a6d2315 679d86a Fix for duplicate/missing "content deleted" markers.
ac137d0 Fixed a crash on missing timestamp conversion for seen.when.

Bug fixes

03 Aug 18:13
Compare
Choose a tag to compare

78a5d4a Fixed jumping of contacts due to wrong update of touched.
342740d Fixed premature removal of a topic from cache.
0cfe651 Updated polyfill instructions in README.

Bug fixes

10 Jul 21:15
Compare
Choose a tag to compare

2517914 fix indexedDB initialization for nodejs context
fa95e33 fix for tinode/chat/issues/674

Bug fixes

24 Jun 00:30
Compare
Choose a tag to compare

Fixed breakage around image uploads.

Bug fixes and code improvements

21 Jun 20:55
Compare
Choose a tag to compare

bec220e a bit more date validation and checking, fix for tinode/webapp/issues/78
21a18da Remove unused _lastTopicUpdate
0cf8227 Move MetaGetBuilder into separate file, fix cache timestamps
8745597 Make largeFileHelper respect base URL
4c25f8c Fix database initialization and teardown
8396443 Move AccessMode into a separate file

Bug fixes

04 Jun 01:34
Compare
Choose a tag to compare

dbfd5fd updated dependencies
f55d5cd ignore trailing missing messages range for message previews
4eadac9 fix for disappearing unread count tinode/webapp/issues/73
d4960f8 cleanup and restructuring

The full list of changes: v0.17.0...v0.17.1

Support for message previews

06 May 18:02
Compare
Choose a tag to compare
  • Support for message previews (includes client-side cache using IndexedDB).
  • Support for out-of-band channel notifications.
  • A few classes split into separate files.
  • Bug fixes.

The full list of changes: v0.16.10...v0.17.0

Minor bug fixes

11 Feb 23:40
Compare
Choose a tag to compare

Full list of changes: v0.16.9...v0.16.10

Support for uploading large images

11 Feb 23:38
Compare
Choose a tag to compare
  • Support for uploading large images out-of-band, like attachments. Previously images were always shrunk and sent in-band.
  • Bug fixes

Full list of changes: v0.16.8...v0.16.9