Skip to content

Commit a9f7b53

Browse files
committed
release v0.0.3
1 parent 56ba459 commit a9f7b53

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.0.3 - Tue, 06 Jan 2015 04:25:56 GMT
2+
--------------------------------------
3+
4+
-
5+
6+
17
v0.0.2 - Tue, 06 Jan 2015 04:23:46 GMT
28
--------------------------------------
39

dist.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var list = {
3434
},
3535

3636
transform: function (snapshotVal) {
37-
return toArray$(snapshotVal);
37+
return snapshotVal === null ? null : toArray$(snapshotVal);
3838
},
3939

4040
toString: function () {

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-schema",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "dist.js",
66
"scripts": {
@@ -35,4 +35,4 @@
3535
"path-browserify": "0.0.0",
3636
"path-to-regexp": "1.0.2"
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)