Releases: pubkey/rxdb
Releases · pubkey/rxdb
7.4.3
7.4.2
7.4.1
7.4.0
7.3.3
7.3.2
Features:
- Upgraded to pouchdb 6.4.2. Read this
Typings:
- Fix
RxCollection.findOne()
can returnnull
Other:
- Improved react-native-example thx @Darkbladecr
7.3.1
7.3.0
Features:
- Added ajv-validate-plugin. Thx @rybaczewa
Bugfixes:
- inMemory() throws error when using primary-key #401
Other:
7.2.0
Warning:
- Removed automatic import of
pouchdb-adapter-memory
for in-memory-collections. Read this
Features:
- Added options-parameter
- Added
postCreateRxDocument
plugin-hook - Added no-validate-plugin
- Added typings for
RxPlugin
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()