Observable toArrary not a function

I tried a simple Observable toArray as follows, but return an error saying t_obs.toArray () is not a function.

var t_obs = Observable (1, 2, 3);
var t_array = t_obs.toArray ();
console.dir (t_array);

Are you sure you have the latest version of Fuse?

Thanks, Anders. My bad… I missed the release on March 26th.

Things are working great with v0.11.0.