Skip to content

Releases: andipaetzold/react-firehooks

v1.3.0

17 Oct 00:06
Compare
Choose a tag to compare

1.3.0 (2021-10-17)

Features

  • database: add converter option to useObjectValue hooks (8cb8511)

v1.2.4

15 Oct 23:36
Compare
Choose a tag to compare

1.2.4 (2021-10-15)

Bug Fixes

  • database: correctly name useObject & useObjectOnce (4c7b83e)
  • database: export all hooks (704065c)

v1.2.3

15 Oct 20:08
Compare
Choose a tag to compare

1.2.3 (2021-10-15)

Bug Fixes

  • database: use new query when changing from/to undefined (a096c41)
  • firestore: use new ref/query when changing from/to undefined (981ec92)

v1.2.2

15 Oct 16:41
Compare
Choose a tag to compare

1.2.2 (2021-10-15)

Bug Fixes

  • firestore: remove GetOptions (cd08bd3)

v1.2.1

15 Oct 11:17
Compare
Choose a tag to compare

1.2.1 (2021-10-15)

Bug Fixes

  • mark modules as side-effect-free (235029e)

v1.2.0

15 Oct 10:59
Compare
Choose a tag to compare

1.2.0 (2021-10-15)

Features

  • auth: add auth module (12ab9ca)
  • database: add database module (e202767)

v1.1.2

14 Oct 22:42
Compare
Choose a tag to compare

1.1.2 (2021-10-14)

Bug Fixes

  • export individual modules with package.json (18ab7e3)

v1.1.2-next.1

14 Oct 22:34
Compare
Choose a tag to compare
v1.1.2-next.1 Pre-release
Pre-release

1.1.2-next.1 (2021-10-14)

Bug Fixes

  • add modules to files of package.json (a85a39f)
  • allow importing modules individually (c6e50f5)
  • allow null & undefined as storage reference (1fa0a6b)
  • do not change pkgRoot (d7b40ef)
  • run build before release (5a95393)

v1.1.1

14 Oct 22:06
Compare
Choose a tag to compare

1.1.1 (2021-10-14)

Bug Fixes

  • allow null & undefined as storage reference (3c95bd5)

v1.1.0

14 Oct 21:14
Compare
Choose a tag to compare

1.1.0 (2021-10-14)

Features