Skip to content

Releases: Terreii/use-pouchdb

v2.0.1

13 Apr 15:34
0a85279
Compare
Choose a tag to compare

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

13 Apr 12:15
Compare
Choose a tag to compare

2.0.0 (2023-04-13)

chore

  • node: update node versions (ff17d2f)

BREAKING CHANGES

  • node: drop support for node v12.

v1.5.0

13 Apr 11:34
53689da
Compare
Choose a tag to compare

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

17 Jun 11:34
5fbc396
Compare
Choose a tag to compare

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

15 May 10:42
ac23575
Compare
Choose a tag to compare

1.3.3 (2022-05-15)

Bug Fixes

  • upgrade multiple dependencies with Snyk (4568f6e)

v1.3.2

14 May 09:24
cc4eadc
Compare
Choose a tag to compare

1.3.2 (2022-05-14)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (5f74d4b)

v1.3.1

27 Mar 19:48
a4d817e
Compare
Choose a tag to compare

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

21 Jul 08:43
771d547
Compare
Choose a tag to compare

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

30 Nov 20:03
e0701fe
Compare
Choose a tag to compare

1.2.3 (2020-11-30)

Performance Improvements

  • use fast-deep-equal instead of underscore (2c4b307)

v1.2.2

02 Nov 15:52
4354774
Compare
Choose a tag to compare

1.2.2 (2020-11-02)

Bug Fixes

  • package: move react into peerDependencies to support v17 (d58c28a)