Skip to content

Releases: markbattistella/RoutingManager

3.0.0

06 Feb 05:11
10ad185
Compare
Choose a tag to compare

This implementation is a cleaned up version of the original package.

It has a few breaking changes so it is best to ensure it is fully compatible before upgrading.

We now need to specify a Stack in conjunction with the Routes.

This allows us to have all the stacks and routes in a single dictionary. Then we can store it in memory, JSON, or with your own custom persistence implementation. Previous versions were a bit too murky in their implementation APIs.

I have also made clearer uses of the replacement of stacks and routes if we need to from an network call, push notification, or other special condition.

Lastly, I have added logging to the framework to help in debugging.


What's Changed

New Contributors

Full Changelog: 2.1.0...3.0.0

2.1.0

14 Aug 06:44
Compare
Choose a tag to compare

Full Changelog: 2.0.0...2.1.0

2.0.1

11 Aug 11:44
Compare
Choose a tag to compare

Full Changelog: 1.0.0...2.0.1

2.0.0

11 Aug 11:35
Compare
Choose a tag to compare

Full Changelog: 1.0.0...2.0.0

1.0.0

11 May 06:44
Compare
Choose a tag to compare
Initial commit