From 6873ee5094bdfe7db88510c13b6384cc1da4123f Mon Sep 17 00:00:00 2001 From: Lauren Long Date: Thu, 23 Mar 2017 14:24:04 -0700 Subject: [PATCH 1/2] changelog for v0.5.3 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index e69de29bb..f3f61be81 100644 --- a/changelog.txt +++ b/changelog.txt @@ -0,0 +1 @@ +fixed - for auth functions, event.data.uid will now be a simple UID string instead of a URL (e.g. ‘12345’ instead of ‘http://github.com/12345’). \ No newline at end of file From a2ac37222cd321cb2bf6968f72df2833ef91ce13 Mon Sep 17 00:00:00 2001 From: Lauren Long Date: Thu, 23 Mar 2017 14:35:49 -0700 Subject: [PATCH 2/2] add more to changelog --- changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index f3f61be81..3180b9260 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1 +1,3 @@ -fixed - for auth functions, event.data.uid will now be a simple UID string instead of a URL (e.g. ‘12345’ instead of ‘http://github.com/12345’). \ No newline at end of file +fixed - for auth functions, event.data.uid will now be a simple UID string instead of a URL (e.g. ‘12345’ instead of ‘http://github.com/12345’). +fixed - for database functions, fixed event.data.forEach() to return true if enumeration was canceled due to supplied callback returning true. +fixed - for storage functions, added missing typescript typing for event.data.resourceState. \ No newline at end of file