We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ba459 commit a9f7b53Copy full SHA for a9f7b53
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+v0.0.3 - Tue, 06 Jan 2015 04:25:56 GMT
2
+--------------------------------------
3
+
4
+-
5
6
7
v0.0.2 - Tue, 06 Jan 2015 04:23:46 GMT
8
--------------------------------------
9
dist.js
@@ -34,7 +34,7 @@ var list = {
34
},
35
36
transform: function (snapshotVal) {
37
- return toArray$(snapshotVal);
+ return snapshotVal === null ? null : toArray$(snapshotVal);
38
39
40
toString: function () {
package.json
@@ -1,6 +1,6 @@
{
"name": "firebase-schema",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "",
"main": "dist.js",
"scripts": {
@@ -35,4 +35,4 @@
"path-browserify": "0.0.0",
"path-to-regexp": "1.0.2"
}
-}
+}
0 commit comments