Releases: veepee-oss/link-router
Releases · veepee-oss/link-router
Release/v0.55
Merge pull request #4 from veepee-oss/update update github with internal changes
Release/v0.5.3
update changelog for 0.5.3
Release/v0.5.2
update changelog for 0.5.2
Release/v0.5.1
update changelog for 0.5.1
Release/v0.5.0
update changelog for 0.5.0
Release/v0.4.0
update changelog for 0.4.0
Release/v0.3.0
update changelog for 0.3.0
Release/v0.2.0
update changelog for 0.2.0
Release/v0.1.0
New
- ActivityLink and FragmentLink interception allows logging and changing which screen is going to displayed depending of your own business logic
- Added samples for ActivityLink and FragmentLink interception
- Added unit tests
Breaking changes
- All implementations of ActivityLink and FragmentLink are required to implement
Parcelable
interface, this allow ActivityLink and FragmentLink interception; - DeepLinkInterceptor interface was refactored and the
intercept
method signature changed.
Release/v0.0.1
fix release name