Skip to content

Releases: pubkey/rxdb

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

7.3.2

25 Jan 17:00
Compare
Choose a tag to compare

Features:

Typings:

  • Fix RxCollection.findOne() can return null

Other:

7.3.1

03 Jan 16:21
995280b
Compare
Choose a tag to compare

Bugfixes:

  • Allow number-fields as index #438
  • Ensure typescript strict: true works #448

7.3.0

18 Dec 19:30
Compare
Choose a tag to compare

Features:

Bugfixes:

  • inMemory() throws error when using primary-key #401

Other:

  • Update to pouchdb 6.4.0
  • Optimize socket-pull by comparing internal last-change-time
  • do not hide fields with value: undefined in error-message #403

7.2.0

07 Dec 19:08
Compare
Choose a tag to compare

Warning:

  • Removed automatic import of pouchdb-adapter-memory for in-memory-collections. Read this

Features:

Bugfixes:

  • Query-Cache not used when declaring queries without mango-chain

Other:

  • Do not throw errors if the same plugin is added multiple times
  • Allow getting the collection via RxDatabase().collection(name: string)
  • Allow recreating the collection with different schema, if it has no documents
  • Split out error-messages into separate own plugin

7.1.1 (November 27, 2017)

Bugfixes:

  • Error on key-compression when nested value is null
  • Fix typings of RxDocument.putAttachment()

7.1.1

27 Nov 07:14
Compare
Choose a tag to compare

Bugfixes:

  • Error on key-compression when nested value is null
  • Fix typings of RxDocument.putAttachment()

7.1.0

21 Nov 23:28
Compare
Choose a tag to compare

Other:

7.0.1

14 Nov 22:32
Compare
Choose a tag to compare

Bugfixes:

  • Include pouchdb-adapter-memory as dependency #365