- Fixes parent node type in the constructor
- Adds an option to provide a custom parent node in the constructor
- Adds a method to stop listening for DOM changes – stopListening()
- Fixes rebinding for new nodes
- Optimizes unbinding (gets rid of recursion) and rebinding
- Updates package README
- Changes element typing from
Node
toElement
- Cosmetic changes - variables renaming
- Fixes node type check while rebinding
- Optimizes unbinding recursion
- Fixes node removal handling
- Updates README
- Initial release