Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for lazy collection creation made opt-in #68

Merged
merged 2 commits into from
Feb 24, 2023
Merged

Conversation

cvara
Copy link
Owner

@cvara cvara commented Feb 24, 2023

Observing newly created collections has become an opt-in feature that, if needed, has to be enabled via the provided observeNewCollections plugin:

import { addRxPlugin } from 'rxdb';
import { observeNewCollections } from 'rxdb-hooks';

addRxPlugin(observeNewCollections);

@cvara cvara added the breaking Includes breaking changes label Feb 24, 2023
@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Merging #68 (e315ac5) into master (f90c191) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #68   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          137       137           
  Branches        32        32           
=========================================
  Hits           137       137           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cvara cvara merged commit aa8804b into master Feb 24, 2023
@cvara cvara deleted the opt-in-lazy branch February 24, 2023 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Includes breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant