Skip to content

Releases: prescottprue/redux-firestore

v2.0.1

08 May 12:31
4995345
Compare
Choose a tag to compare

2.0.1 (2023-05-08)

Bug Fixes

v2.0.0

01 May 20:27
5f235b8
Compare
Choose a tag to compare

2.0.0 (2023-05-01)

Bug Fixes

  • ci: include both methods of configuring npm (#536) (51fd491)

Features

BREAKING CHANGES

v1.1.0

01 May 18:22
fd3e2d8
Compare
Choose a tag to compare

1.1.0 (2023-05-01)

Features

v1.0.0

26 Feb 23:58
7df99e3
Compare
Choose a tag to compare

1.0.0 (2022-02-26)

Features

  • types: support firebase greater than v8 (#432) (7df99e3)

BREAKING CHANGES

  • types: Support for versions of firebase before v8 was dropped due to how types are imported

v0.15.2

17 Jan 17:54
9ee298c
Compare
Choose a tag to compare

0.15.2 (2022-01-17)

Bug Fixes

  • deps: bump immer from 9.0.6 to 9.0.12 (#396) (9ee298c)

v0.15.1

16 Jan 02:01
5e22537
Compare
Choose a tag to compare
  • fix(deps): bump immer from 8.0.1 to 9.0.6 (#361)
  • fix(deps): bump lodash from 4.17.20 to 4.17.21 (#342)
  • fix(deps): bump tar from 4.4.13 to 4.4.19 (#360)
  • fix(deps): bump elliptic from 6.5.3 to 6.5.4 (#330)
  • fix(deps): bump y18n from 3.2.1 to 3.2.2 (#334)
  • fix(deps): bump ssri from 6.0.1 to 6.0.2 (#337)
  • fix(deps): bump hosted-git-info from 2.8.5 to 2.8.9 (#344)
  • fix(deps): bump browserslist from 4.16.3 to 4.16.6 (#347)
  • fix(deps): bump path-parse from 1.0.6 to 1.0.7 (#358)
  • fix(deps): bump tmpl from 1.0.4 to 1.0.5 in /examples/complete (#369)

v0.15.0

15 Feb 15:27
9622158
Compare
Choose a tag to compare
  • fix(getFirestore): correctly load extended firestore instance in getFirestore (#318) - @aarajh
  • fix(orderedReducer): reorder items when newIndex is zero (#317) - @matthew-h-cromer
  • feat(types): add types for reducer (#295, #296) - @msutkowski,@bawahakim
  • fix(examples): update complete example patterns + major versions
  • build(deps): bump immer from 5.0.0 to 8.0.1 (#320)
  • build(deps): bump ini from 1.3.5 to 1.3.8 (#316)
  • build(deps): bump ini from 1.3.5 to 1.3.8 in /examples/basic (#315)

v0.14.0

30 Sep 03:33
2a26111
Compare
Choose a tag to compare
  • fix: preserve id on document modified reordering (#308) - @puppybits
  • fix(types): de-dupe action types by reusing existing const (#290) - @msutkowski
  • fix(docs): enhanced example in README (#286) - @gregfenton
  • build(deps): update lodash to 4.17.20
  • build(deps): bump elliptic from 6.5.2 to 6.5.3 (#302)
  • build(deps): bump elliptic from 6.5.1 to 6.5.3 in /examples/basic (#301)
  • build(deps): bump http-proxy from 1.18.0 to 1.18.1 in /examples/basic (#306)
  • build(deps): bump handlebars from 4.5.1 to 4.7.6 in /examples/basic (#305)
  • build(deps-dev): bump codecov from 3.6.5 to 3.7.1 (#300)

v0.13.0

27 Feb 23:45
0ee3bc5
Compare
Choose a tag to compare
  • feat(query): support multiple field cursors - @rscotten (#268)
  • build(deps-dev): bump codecov from 3.6.4 to 3.6.5 (#267)

v0.12.0

03 Feb 18:21
a0bab1f
Compare
Choose a tag to compare
  • feat(query): support collectionGroup for listeners - #264 - @rscotten
  • fix(query): use correct value in snapshot cache - #258 - @illuminist
  • feat(query): support storeAs property in populates objects in queries - #261 - @jfrumar-infinitusai
  • chore(deps): update immer from 3.2.0 to v5.0.0
  • chore(deps): update dev dependencies including babel, eslint and crossenv
  • chore(ci): switch from TravisCI to Github Actions
  • chore(deps): switch to yarn in place of npm
  • chore(deps): update dev deps including babel