- a bug has been fixed that sometimes caused the internal state of the current path to become corrupted #38
- the new handlers
onEnterParent
andonExitParent
where never actually called. They should now be called if a persistent route is entered or exited via a parent route. #40 - under certain circumstances it could happen that a child route was not left while exiting one of its parent routes. #42