Releases: kelp404/capybara-router
Releases · kelp404/capybara-router
v1.0.0
- Replaced core.coffee with a class
Router
. 524d2a6
v0.2.0
- Fixed bugs. 3162eab, cd30fc6
- Support cancel() at the event
ChangeStart
on the first router dispatch. f057298
- Added tests.
v0.1.0
- Updated arguments of go().
- Replaced
href
with to
at the Link component.
v0.0.6
- Fixed query string can't use with uri params. 12f90ed
v0.0.5
- Do not call history.back() when cancel this state change. 0989661
v0.0.3
- The example site supports IE10. 24b2949
- Support history.replace() at go(). f024bff
- Support reload all at go(). 6239bb6
v0.0.2
- Support onEnter function. b132e00
- Support
isAbstract
at the route. f734092