Releases: javierlopezdeancos/erre-ele
Releases · javierlopezdeancos/erre-ele
v0.2.2
v0.2.1
Fix how update pathname when use go method
- We are join an extra '/' when we are updating the pathname in each go action, that are not needed. We preferd set this reponsability to consumers as for example:
if (stateToTransitionIsTheInitialState) {
rl.go('/');
mechanism.currentId = initial;
} else {
rl.go('/' + stateToTransition.id);
mechanism.currentId = stateToTransition?.id;
}
v0.2.0
New buid scripts
- Scripts to build all kind of modules posibles
v0.1.0
Initial release
- Get params from URL
- Push into browser history