Skip to content

Releases: pubkey/rxdb

7.6.1

26 May 18:57
Compare
Choose a tag to compare

Bugfixes:

  • Unhandled promise rejection with DOMException #644
  • Prevent bug with replication of internal pouchdb's #641
  • LocalDocument observe on field not working #661
  • Skip defining getter and setter when property not defined in schema #646
  • (typings) Fix type: 'object' not correctly recognized (via gitter at 2018 Mai 22 19:20)

7.6.0

12 May 13:52
Compare
Choose a tag to compare

Bugfixes:

  • Query cache is not being invalidated by replication #630

Other:

  • Updated to rxjs 6.0.0
  • Added integration tests for couchdb

7.5.1

03 May 22:04
Compare
Choose a tag to compare

Bugfixes:

Other:

  • Fixed typings for additionalProperties in schemas
  • Added performance-tests
  • Removed workarround for pouchdb#6733

Typings:

  • Added optional type for ORM-Methods

7.5.0

24 Apr 19:54
Compare
Choose a tag to compare

Features:

  • Added RxCollection.insert$, RxCollection.update$, RxCollection.remove$ read the docs

Other:

  • Added dangerousRemoveCollectionInfo() for migrations over rxdb-versions.
  • Improved typings for RxChangeEvent

7.4.4

18 Apr 18:38
Compare
Choose a tag to compare

Bugfixes:

  • Wrong index used when no sort specified #609

Other:

  • Improved typings of RxChangeEvent thx @hubgit

7.4.3

07 Apr 21:52
Compare
Choose a tag to compare

Bugfixes:

  • Sort by sub object is not working #585
  • Encrypted attachments not working inside of electron-renderer #587
  • Schema fails with sub-sub-index #590
  • Default value not applied when the stored value is undefined #596

7.4.2

22 Mar 00:53
Compare
Choose a tag to compare

Bugfixes:

  • Wrong typings with custom build #576

Features:

  • Add option to add pouchSettings to all pouchdb-instances #567 Thx @EugeniaM

7.4.1

11 Mar 22:38
d06c3a2
Compare
Choose a tag to compare

Bugfixes:

7.4.0

09 Mar 03:49
Compare
Choose a tag to compare

Features:

  • Added RxDatabase.server() to quickly spawn couchdb-compatible endpoint out of RxDB. Read this
  • Use CustomIdleQueue for atomic updates to enable #494

Bugfixes:

7.3.3

04 Feb 22:20
Compare
Choose a tag to compare

Other:

  • Update to pouchdb version 6.4.3
  • Improve performance by using the profiler
  • Added typings for internal pouchdb-instance