v0.1.0-pre-alpha.3
Pre-release
Pre-release
v0.1.0-pre-alpha.3
This is the first public release of 0.1.0.
0.1.0 is completely written from scratch.
Main goals:
- Refine the API
- Refine the architecture of the software to support multiple ways of routing
- Support raw
View
based routing - Create high-quality unit and integration tests for this project
Changes to 0.0.10
popBackImmediate
is nowbackImmediate
popBack
is nowback
setSail
now returns aKompassReleasable
instead ofKompassSail
setSail
expects a KompassSail wich can be retrieved by Activity.sailKompassReleasable
can be released byLifecycle
orLifecycleOwner
Kompass.builder
does not requireContext
anymoreautoPilot
is nowautoDetour
asBundle
is nowtoBundle
- MISSING SUPPORT for multiple constructors and default params in constructors
Additional notes
- Upgrade requires the project to be cleaned