Version 2.2
This release includes some great improvements from @vinnymac:
- Refactors the
requestAnimationFrame
throttling functionality to its own utility method. #40 - Adds a
mapVirtualToProps
optional parameter, refactoring functionality of converting state and props into thevirtual
property, allowing testing of this functionality, and allowing it to be overridden. #41
As well as some additional miscellaneous changes.