GianlucaGuarini / icaro

Smart and efficient javascript object observer, ideal for batching DOM updates (~1kb)
MIT License
573 stars 29 forks source link

Notify parent listener to changes of array objects #15

Closed luffs closed 7 years ago

luffs commented 7 years ago

The index of the element of the array is not included, but I don't really need it so ¯\_(ツ)_/¯

GianlucaGuarini commented 7 years ago

@luffs thanks for your pull request but at moment I don't want to add this feature to icaro keeping it simpler. You can keep using your branch for your project.

Side notes:

luffs commented 7 years ago

Fair enough, and thanks for taking time to answer and giving feedback :)