Skip to content

Releases: pubkey/rxdb

8.8.0

05 Mar 19:19
Compare
Choose a tag to compare

Other:

  • Upgraded PouchDB and other dependencies

8.7.5

06 Jan 16:42
Compare
Choose a tag to compare

Other:

  • Added a new example for electron with the remote API. Thanks @SebastienWae
  • Fixed Typing error on database.dump() #1754. Thanks @PVermeer

Bugfixes:

  • Updates to documents fail with GraphQL replication. #1812. Thanks @gautambt
  • RxQuery.doesDocumentDataMatch() was wrong on queries with $and which lead to a wrong result with QueryChangeDetection

8.7.4

02 Dec 20:04
Compare
Choose a tag to compare

Other:

  • Improved performance of QueryChangeDetection by using array-push-at-sort-position instead of re-sorting the whole results of a query
  • Improved performance by removing unnecessary calls to deep-clone

8.7.3

10 Nov 09:58
Compare
Choose a tag to compare

Features:

  • Added RxCollection.bulkInsert()

Bugfixes:

  • Fix replication of migrated schemas in the server plugin

8.7.2

24 Oct 16:45
Compare
Choose a tag to compare

Bugfixes:

  • GraphQL replication sometimes not pushes when a big amount of documents has been pulled before
  • Fixed typings of PouchdbReplicationOptions

Other:

  • Upgrade pouchdb to 7.1.1
  • Refactor some internals

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