cvara / rxdb-hooks

React hooks for integrating with RxDB
MIT License
132 stars 5 forks source link

Support RxDB 12 #54

Closed cvara closed 2 years ago

cvara commented 2 years ago

Minor fixes that enable rxdb-hooks to work with rxdb@12.x. Fixes are backwards compatible with older rxdb versions.

Closes #52.

codecov[bot] commented 2 years ago

Codecov Report

Merging #54 (c2af67d) into master (b4b0d44) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #54   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          160       162    +2     
  Branches        37        37           
=========================================
+ Hits           160       162    +2     
Impacted Files Coverage Δ
src/plugins.ts 100.00% <ø> (ø)
src/useRxDocument.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b4b0d44...c2af67d. Read the comment docs.