v2.0.0
- container option can now accept either a DOM node or a selector string
- onElementOutOfView will now be called during initialization
- replace watchOffset with individual options
- add new public methods to update individual offset options
- add fix to protect against the instance being destroyed while we still have queued or pending handler events (via @jsonk000)