Releases: Terreii/use-pouchdb
Releases · Terreii/use-pouchdb
v2.0.1
2.0.1 (2023-04-13)
Bug Fixes
- Hooks fixed unsubscriping while document update is running (4085167) Fixes: #91
- types: fixed types again (09bb0f2)
v2.0.0
2.0.0 (2023-04-13)
chore
- node: update node versions (ff17d2f)
BREAKING CHANGES
- node: drop support for node v12.
v1.5.0
1.5.0 (2023-04-13)
Bug Fixes
- types: fixed generics again (cc707fc)
- types: fixed generics of all hooks (b3e5b9f)
- useFind: fixed useFind types and tests (2b94645)
Features
- useFind: add support for partial_filter_selector (562f74c)
v1.4.0
1.4.0 (2022-06-17)
Bug Fixes
- context: fix subscription in strict-mode (328de45), closes #77
- tests: fix tests requiring react-dom (82437f1)
- typescript: fix types (8342dff)
Features
- node: add support for node v18 (357c076)
v1.3.3
1.3.3 (2022-05-15)
Bug Fixes
- upgrade multiple dependencies with Snyk (4568f6e)
v1.3.2
1.3.2 (2022-05-14)
Bug Fixes
- package.json & package-lock.json to reduce vulnerabilities (5f74d4b)
v1.3.1
1.3.1 (2022-03-27)
Bug Fixes
- upgrade @types/pouchdb-core from 7.0.8 to 7.0.9 (0e2870f)
- upgrade @types/pouchdb-mapreduce from 6.1.5 to 6.1.6 (27a627c)
v1.3.0
1.3.0 (2021-07-21)
Bug Fixes
- doc: fix? doc publish workflow (e6b303f)
- doc: more fixes (27e8f73)
- documentation: fix linting (27e759b)
- global: remove not needed type info (15e0fb9)
- useView: update if docs are removed from reduced views (4b2218e), closes #55
Features
- useView: add handling of the stale option (aa53880)
v1.2.3
1.2.3 (2020-11-30)
Performance Improvements
- use fast-deep-equal instead of underscore (2c4b307)
v1.2.2
1.2.2 (2020-11-02)
Bug Fixes
- package: move react into peerDependencies to support v17 (d58c28a)