- Breaking change: Changed path (string) to route (List) in configuration
- Breaking change: navigation and subNavigation no longer takes context as argument, no function for path
- Updated documentation and examples
- Removed context from exception mapping
- Updated configuration syntax to allow passing value deeper in hierarchy
- Added a future return for DeepLinkNavigator.push
- Added promise route for multi_base_routes example, added to UI test
- Refactored and documented project
- Added readme documentation with diagrams and examples
- Completely overhauled configuration syntax
- Simplified deep link processing logic
- Generalized exception handling by mapping exceptions to routes
- Remove unnecessary exception dispatchers
- Updated examples with new configuration syntax
- Fixed examples' deep link typing
- Checked in multiple_base_route example configuration files
- Made defaultRoute field optional
- Initial release