Changelog
7.2.0 (December 7, 2017)
Warning:
pouchdb-adapter-memory
for in-memory-collections. Read thisFeatures:
postCreateRxDocument
plugin-hookRxPlugin
Bugfixes:
Other:
RxDatabase().collection(name: string)
Changelog
7.1.1 (November 27, 2017)
Bugfixes:
RxDocument.putAttachment()
Changelog
7.1.0 (November 22, 2017)
Other:
Changelog
7.0.0 (November 14, 2017)
Breaking:
Features:
Bugfixes:
Other:
Changelog
6.0.0 (September 19, 2017) BREAKING
Breaking:
pouchdb-replication
-plugin is now imported by default, do not import it by your own.RxDB.create()
throws if you create the same database twice. (You can use ignoreDuplicate)Features:
RxDB.create()
Custom-Build:
Bugfixes:
RxQuery.exec()
throws when out of change-event-buffer-bounds #278db.type()
Other:
RxError
-class to throw Custom errors with the parameters
-attributerequestIdlePromise
preCreatePouchDb
Changelog
5.3.0 (August 25, 2017)
Features:
import RxDB from 'rxdb'
instead of import * as RxDB from 'rxdb'
Bugfixes:
RxQuery.or()
did not work with KeyCompression #252Changelog
5.2.0 (July 17, 2017)
Features:
Other:
Bugfixes:
null
did not work on temporaryDocuments #215RxDocument.atomicUpdate()
did not run when reusing after a whileRxQuery.toString()
was sometimes not predictableWARNING: If you use RxDB with angular2||zone.js, you might have the error _global is not defined. Wait for the next zone.js release before updating RxDB.