Skip to content

Fixing events when setting items and using array methods

Compare
Choose a tag to compare
@phillipskevin phillipskevin released this 17 Jun 21:50
· 126 commits to master since this release

This fixes a few issues:

  • a length event is no longer dispatched when an item is set
  • .unshift with multiple items dispatches the correct length events
  • patches dispatched by . pop have the correct deleteCount

#22