0.8.2
Make methods on ObservableArray return the base method value (Array.prototype)
This patch release fixes an issue where the following methods
- push
- pop
- shift
- unshift
- splice
- sort
- reverse
returned undefined instead of the value returned by the based methods in Array.prototype.