ember-route-history
ember-route-history copied to clipboard
Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [qs](https://github.com/ljharb/qs), [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.5.1 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add...
Bumps [engine.io](https://github.com/socketio/engine.io) to 3.6.1 and updates ancestor dependency [ember-cli](https://github.com/ember-cli/ember-cli). These dependencies need to be updated together. Updates `engine.io` from 1.8.0 to 3.6.1 Release notes Sourced from engine.io's releases. 3.6.1 :warning:...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 3.4.2 and updates ancestor dependency [ember-cli](https://github.com/ember-cli/ember-cli). These dependencies need to be updated together. Updates `socket.io-parser` from 2.3.1 to 3.4.2 Release notes Sourced from socket.io-parser's releases. 3.4.1 Bug...
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [ember-cli](https://github.com/ember-cli/ember-cli). These dependencies need to be updated together. Removes `xmldom` Updates `ember-cli` from 2.16.2 to 4.7.0 Release notes Sourced from...
I needed this feature for a project that I am working on. I'm not sure if this implementation is in-line with your goals for this add-on, so I will leave...
Hello, Thanks for a great add-on. However, it seems it may have a short-coming in its implementation... It seems that nested routes are added to the history stack, for example:...
I would like to use this add-on with several routes that include dynamic params, but it seems that this add-on only stores the name of the route without its params....