Skip to content

Releases: dalenguyen/firestore-backup-restore

v1.0.0

14 Mar 03:27
Compare
Choose a tag to compare

[1.0.0] - 2021-03-13

- 🚀 [New Feature]

- 💅 [Polish]

  • upgrade to new firebase-admin methods

- 💥 [Breaking Change]

  • default initialize app to initializeFirebaseApp

v0.18.0

04 Mar 17:11
ea95a17
Compare
Choose a tag to compare

[0.18.0] - 2022-03-04

- 💅 [Polish]

  • update packages

v0.17.0

10 Sep 02:46
aaeee04
Compare
Choose a tag to compare

[0.17.0] - 2021-09-09

- 💅 [Polish]

  • prevented runtime error when exported document has only sub-collections (#117 thank @asankha)
  • updated ci
  • updated packages

v0.16.0

24 Jul 15:44
b4355bd
Compare
Choose a tag to compare

[0.16.0] - 2021-07-24

- 🚀 [New Feature]

  • Adds backupFromDoc function to backup the document and subcollections (thank @davidbrenner)

- 💅 [Polish]

  • Checked for empty subCollection
  • Applied generic type
  • Updated packages

v0.15.0

15 May 01:30
50f472d
Compare
Choose a tag to compare

[0.15.0] - 2020-05-14

- 🚀 [New Feature]

  • Added "autoParseGeos" option (Thanks @wata)

- 💅 [Polish]

  • Updated packages

v0.14.0

26 Mar 01:26
2bbd653
Compare
Choose a tag to compare

[0.14.0] - 2020-03-25

- 🚀 [New Feature]

  • Added firestore settings (Thanks @raqso)

- 💅 [Polish]

  • Updated packages

- 💥 [Breaking Change]

  • use showLogs as options for showing console logs

v0.13.0

12 Mar 18:06
719cbef
Compare
Choose a tag to compare

[0.13.0] - 2021-03-12

- 💅 [Polish]

  • Updated packages
  • Updated types for restore / backup options (Thanks @jdepoix)

v0.12.1

26 Feb 23:06
733a632
Compare
Choose a tag to compare

[0.12.1] - 2020-02-26

- 🐛 [Bug Fix]

  • Added validation for document reference #84

v0.12.0

26 Feb 22:55
662320a
Compare
Choose a tag to compare

[0.12.0] - 2020-02-26

- 🚀 [New Feature]

  • Added ability to query collections before backup #90 (Thanks @jdepoix)
  • Added option to silence logs on import #89 (Thanks @Joebayld)

v0.11.0

22 Feb 02:39
Compare
Choose a tag to compare

[0.11.0] - 2020-02-21

- 🚀 [New Feature]

  • Added support for nested document ref when backing up