Skip to content

Latest commit

 

History

History
211 lines (118 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

211 lines (118 loc) · 3.76 KB

Change log

Tags:

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

[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