Skip to content

0.8.2

Choose a tag to compare

@m-mujica m-mujica released this 12 Sep 15:42
· 81 commits to master since this release

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.