Skip to content

Latest commit

 

History

History
296 lines (163 loc) · 5.15 KB

CHANGELOG.md

File metadata and controls

296 lines (163 loc) · 5.15 KB

Change log

Tags:

  • 💥 [Breaking Change]
  • 👓 [Spec Compliancy]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 💅 [Polish]

[1.4.0] - 2023-07-30

- 💥 [Breaking Change]

  • passing firestore as a parameter (#153)

- 💅 [Polish]

  • update packages

[1.3.7] - 2023-04-15

- 💅 [Polish]

  • update packages

[1.3.5] - 2022-10-28

- 🐛 [Bug Fix]

  • fix unable to get subCollection data if setting queryCollection in export options (thank @leoleelf)

[1.3.4] - 2022-10-09

- 🐛 [Bug Fix]

  • fix import link & use commonjs

[1.3.0] - 2022-10-09

- 💅 [Polish]

  • turn the package to use es module
  • update packages

[1.2.1] - 2022-08-24

- 💅 [Polish]

  • utilize pnpm instead of yarn

[1.2.0] - 2022-06-27

- 🚀 [New Feature]

  • Add support for nested object & array, array of nested object (thanks, @Llolow)

- 💅 [Polish]

  • update packages

[1.1.0] - 2021-03-25

- 💅 [Polish]

  • update readme (thanks, @h1r0mu)
  • refactor code
  • potential fix for #128

[1.0.1] - 2021-03-20

- 💅 [Polish]

  • update packages
  • potential fix for #128 (google-gax timeout error)

[1.0.0] - 2021-03-13

- 🚀 [New Feature]

  • Backup in parallel (Thanks, @CoachBenedetto)

- 💅 [Polish]

  • upgrade to new firebase-admin methods

- 💥 [Breaking Change]

  • default initialize app to initializeFirebaseApp

[0.18.0] - 2021-03-04

- 💅 [Polish]

  • update packages

[0.17.0] - 2021-09-09

- 💅 [Polish]

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

[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

[0.15.0] - 2021-05-14

- 🚀 [New Feature]

  • Added "autoParseGeos" option (Thanks @wata)

- 💅 [Polish]

  • Updated packages

[0.14.0] - 2021-03-25

- 🚀 [New Feature]

  • Added firestore settings (Thanks @raqso)

- 💅 [Polish]

  • Updated packages

- 💥 [Breaking Change]

  • use showLogs as options for showing console logs

[0.13.0] - 2021-03-12

- 💅 [Polish]

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

[0.12.1] - 2020-02-26

- 🐛 [Bug Fix]

  • Added validation for document reference #84

[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)

[0.11.0] - 2020-02-21

- 🚀 [New Feature]

  • Added support for nested document ref when backing up

[0.10.0] - 2021-01-28

- 💅 [Polish]

  • Updated packages
  • Fixed typos (Thanks @ajonp & @sampl)

[0.9.0] - 2020-12-06

- 🚀 [New Feature]

  • Added support for reference path (Thank @russellr922)

- 💥 [Breaking Change]

  • Removed databaseURL from parameter when initalizeApp
  • Moved docsFromEachCollection to export options

- 💅 [Polish]

  • Updated packages

[0.8.0] - 2020-09-15

- 🚀 [New Feature]

  • Added Automatic Timestamp Parsing (Thank @benwinding)

- 💅 [Polish]

  • Updated firebase-admin packages (9.2.0)

## [0.7.0] - 2020-09-04

- 🚀 [New Feature]

  • Support exporting single document from each collection (#63) - Thank @benwinding

- 💅 [Polish]

  • Updated packages
  • Minified helper functions

## [0.6.1] - 2020-07-02

- 🐛 [Bug Fix]

  • Allowed null dates (#56)
  • Added export multiple sub collections (#57)

- 💅 [Polish]

  • Added contributing file

[0.6.0] - 2020-05-26

- 💅 [Polish]

  • Updated new pacakges
  • Added support for nested geo #47

[0.5.0] - 2020-04-05

- 💅 [Polish]

  • Updated new pacakges
  • Added name parameter when initializing app #27

[0.4.0] - 2020-03-19

- 🚀 [New Feature]

  • Supported import array of locations

[0.3.4] - 2020-03-17

- 💅 [Polish]

  • Update new packages
  • Fixed security package: minimist

- 🚀 [New Feature]

  • Supported import array of references
  • Supported multi sub collections

[0.3.3] - 2020-03-10

- 💅 [Polish]

  • Update new packages
  • Check app before initializing

- 💥 [Breaking Change]

  • Changed options for date & location & ref

- 🚀 [New Feature]

  • Added support reference type
  • Added upload array of document feature (without predefined document id)

[0.3.2] - 2020-01-03

- 🚀 [New Feature]

  • Get data with all sub collectiosn with extra params

- 💅 [Polish]

  • Updated packages

[0.3.1] - 2019-11-11

- 🐛 [Bug Fix]

  • Allow multi level time #33

[0.3.0] - 2019-11-11

- 💅 [Polish]

  • Update packages
  • Added change log

- 🚀 [New Feature]

  • Support time import max to two levels