Skip to content

v0.1.0-pre-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@sellmair sellmair released this 19 Aug 21:16

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 now backImmediate
  • popBack is now back
  • setSail now returns a KompassReleasable instead of KompassSail
  • setSail expects a KompassSail wich can be retrieved by Activity.sail
  • KompassReleasable can be released by Lifecycle or LifecycleOwner
  • Kompass.builder does not require Context anymore
  • autoPilot is now autoDetour
  • asBundle is now toBundle
  • MISSING SUPPORT for multiple constructors and default params in constructors

Additional notes

  • Upgrade requires the project to be cleaned