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.
Changelog
5.1.0 (July 10, 2017)
Features:
Bugfixes:
Other:
Changelog
5.0.0 (June 20, 2017) BREAKING
Features:
RxDocument.atomicUpdate()
docsRxCollection.remove()
docsRxDatabase.remove()
docsRxCollection.sync()
: direction and pouchdb-replication-settings docsRxCollection.sync()
to allow selector-based replication docsRxCollection.newDocument()
docsBreaking:
postCreate
-hooks can no longer be asyncRxCollection.sync()
completely changed docsOther:
Changelog
4.1.0 (June 7, 2017)
Features:
postCreate
-hook #165RxQuery.update()
and RxDocument.update()
#143 Thanks @lgandeckiBugfixes:
Other:
Changelog
4.0.2 (May 17, 2017)
Bugfixes:
Changelog
4.0.0 (May 5, 2017) BREAKING
Breaking:
null
when runningFeatures:
Other: