From 985a2fd3dd688461d037e4f228bcbbf7e2756510 Mon Sep 17 00:00:00 2001 From: Lauren Long Date: Tue, 7 Jan 2020 16:56:55 -0800 Subject: [PATCH 1/3] Changelog for v0.2.0 --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index e69de29..6b1cf62 100644 --- a/changelog.txt +++ b/changelog.txt @@ -0,0 +1,3 @@ +* [breaking] Update peer dependency requirement for firebase-functions to be v2.0.0 or above, and for firebase-admin to be v6.0.0 or above. +* Support null value in `test.database.makeDataSnapshot` (issue #48). +* Support `rawRequest` in the callable context object for a wrapped HTTP Callable function (issue #41). From 58d4c97e459f14fcf9a07c7578ee8d9b1945491f Mon Sep 17 00:00:00 2001 From: Lauren Long Date: Tue, 7 Jan 2020 16:57:53 -0800 Subject: [PATCH 2/3] Update changelog.txt --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 6b1cf62..8cfdddd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,3 @@ -* [breaking] Update peer dependency requirement for firebase-functions to be v2.0.0 or above, and for firebase-admin to be v6.0.0 or above. +* [breaking] Update peer dependency requirement for *firebase-functions* to be v2.0.0 or above, and for *firebase-admin* to be v6.0.0 or above. * Support null value in `test.database.makeDataSnapshot` (issue #48). * Support `rawRequest` in the callable context object for a wrapped HTTP Callable function (issue #41). From 6dc5336dcb399cae9128579111d1a7ac8f81ce04 Mon Sep 17 00:00:00 2001 From: Lauren Long Date: Wed, 19 Feb 2020 15:08:43 -0800 Subject: [PATCH 3/3] Update changelog.txt --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 8cfdddd..474fefd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,4 @@ * [breaking] Update peer dependency requirement for *firebase-functions* to be v2.0.0 or above, and for *firebase-admin* to be v6.0.0 or above. +* Support scheduled functions (pull request #51). * Support null value in `test.database.makeDataSnapshot` (issue #48). * Support `rawRequest` in the callable context object for a wrapped HTTP Callable function (issue #41).