Skip to content

Releases: pubkey/rxdb

8.7.1

18 Oct 15:51
Compare
Choose a tag to compare

Other:

  • Json-Import now uses bulkDocs for better performance
  • Refactored prototype merging so it can be optimised later
  • Moved some check into the check-plugin to optimize production build size
  • Refactor schema-validation-plugins since sub-path validation is no longer needed

8.7.0

10 Oct 22:43
Compare
Choose a tag to compare

Features:

  • RxDB server can now be used with an existing express-app. #1448 Thanks @dstudzinski
  • Wrapped pouchdb conflict error into RxError

Other:

  • Fixed typings of RxError parameters
  • Fix GraphQL-example to propper use Websocket-Pub-Sub

8.6.0

04 Oct 17:05
Compare
Choose a tag to compare

Migrated to typescript

8.5.0-beta.1

30 Sep 20:36
Compare
Choose a tag to compare

Migrate to typescript

8.5.0

18 Sep 18:12
Compare
Choose a tag to compare

Bugfixes:

Other:

  • Improved QueryChangeDetection to not run on irrelevant changes

8.4.0

01 Sep 20:53
Compare
Choose a tag to compare

Bugfixes:

  • Fix imports of encryption-plugin to work with rollup #1413 Thanks @kenshyx
  • Removed express-pouchdb from the dependencies #884

8.3.0

05 Aug 20:25
Compare
Choose a tag to compare

Features:

Bugfixes:

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

8.2.1

05 Jul 14:45
Compare
Choose a tag to compare

Features:

Bugfixes:

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

Typings:

  • ADD typings to access the PouchSyncHandler of RxReplicationState

8.2.0

21 May 17:04
Compare
Choose a tag to compare

Bugfixes:

  • Vue devtools broke the application #1126

Typings:

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

8.1.0

22 Apr 20:50
Compare
Choose a tag to compare

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