Skip to content

Releases: kafkas/firewalk

v2.1.1

26 Dec 23:47
Compare
Choose a tag to compare
  • Improvements

v2.1.0

26 Dec 15:12
Compare
Choose a tag to compare
  • Now supports firebase-admin v12.

v2.0.0

23 Dec 03:38
ba7e256
Compare
Choose a tag to compare

Breaking Changes

  • Dropped support for firebase-admin v10 and below. Compatible only with v11 now.

v0.13.0

26 Aug 07:13
Compare
Choose a tag to compare

Breaking Changes

  • Compatible only with firebase-admin v11 now.

v0.12.1 Release

22 May 07:03
Compare
Choose a tag to compare

Added firebase-admin v10 to peer deps.

v0.12.0

29 Jan 09:57
Compare
Choose a tag to compare

This release brings some major breaking changes so please read the following carefully before upgrading. Apologies for the inconvenience.

Breaking Changes:

Merged fast and slow traverser implementations

Removed redundant config options

v0.11.0

08 Nov 18:34
Compare
Choose a tag to compare

New

  • BatchCallback can now also return void instead of Promise<void> so it can be a synchronous function.
  • TraverseEachCallback can now also return void instead of Promise<void> so it can be a synchronous function.

Breaking Changes:

  • Removed the BatchCallbackAsync type. This is a breaking change only if you're currently importing this type.

v0.10.0

17 Oct 08:42
Compare
Choose a tag to compare

v0.9.0

01 Oct 13:21
Compare
Choose a tag to compare

This release brings various improvements and Migrator.deleteField().

Breaking Changes:

None

v0.8.3

03 Sep 18:02
Compare
Choose a tag to compare

General improvements.