All Versions
222
Latest Version
Avg Release Cycle
3 days
Latest Release
294 days ago

Changelog History
Page 17

  • v8.3.0 Changes

    August 05, 2019

    ๐Ÿ”‹ Features:

    ๐Ÿ›  Bugfixes:

    • .populate() returns findOne() on empty string. This results in a random find #1325 Thanks @PVermeer
  • v8.2.1 Changes

    July 05, 2019

    ๐Ÿ”‹ Features:

    ๐Ÿ›  Bugfixes:

    • Collection change event was emitted before the actual change happened #1225. Thanks @milanpro

    Typings:

    • ADD typings to access the PouchSyncHandler of RxReplicationState
  • v8.2.0 Changes

    May 21, 2019

    ๐Ÿ›  Bugfixes:

    • Vue devtools broke the application #1126

    Typings:

    • RxDocument.getAttachment() and RxDocument.allAttachments() did not return promises
    • ADD RxJsonSchema generic for better TypeScript experience
  • v8.1.0 Changes

    April 22, 2019

    ๐Ÿ›  Bugfixes:

    • Server-plugin did not work with absolute paths and leveldb
    • Vue threw get is not a function when a RxDocument was added to a component's state
    • RxDocument.allAttachments() did throw an error when the document has no RxAttachment
    • RxDocument.toJSON(false) does no longer return the _attachments attribute
  • v8.0.7 Changes

    April 06, 2019

    ๐Ÿ›  Bugfixes:

    • Fix creating a collection mutates to arguments object #939
    • Fix not having optional encrypted fields in a document throws an error #917
  • v8.0.6 Changes

    March 20, 2019

    ๐Ÿ”‹ Features:

    • RxDocument().toJSON() can be called with .toJSON(false) and then returns not _rev attribute

    ๐Ÿ›  Bugfixes:

    • (typings) Fix additionalProperties: boolean is allowed for nested objects
    • (typings) Fix RxQuery().toJSON()' was missing
  • v8.0.5 Changes

    February 07, 2019

    ๐Ÿ›  Bugfixes:

    • Calling remove() on a deleted RxDocument should return a rejected promise #830
    • Passing auto_compaction to a collection did not work via gitter
    • util missing in react-native #890
  • v8.0.4 Changes

    November 13, 2018

    ๐Ÿ›  Bugfixes:

    • Updated the dependencies with some bugfixes
  • v8.0.3 Changes

    October 01, 2018

    ๐Ÿ›  Bugfixes:

    • Reopening a database after using the wrong password did not work #837
  • v8.0.2 Changes

    October 01, 2018

    ๐Ÿ”‹ Features:

    ๐Ÿ›  Bugfixes:

    • RxDB.removeDatabase() did not return a Promise #822. Thanks @will118