Skip to content

Releases: dmdevgo/Premo

1.0.0-alpha.05

08 May 23:17
Compare
Choose a tag to compare
  • Abstraction level support for implementing state persistence in different formats (Json, ProtoBuf, Parcelable) #6.
  • Added PmStateSaverFactory and BundleStateSaver.

1.0.0-alpha.04

02 Jan 17:58
Compare
Choose a tag to compare
  • Added JS target.
  • Implemented the sample for Web with Compose Multiplatform.

1.0.0-alpha.03

30 Dec 13:43
Compare
Choose a tag to compare
  • Added JVM target.
  • Implemented the sample for desktop with Compose Multiplatform.

1.0.0-alpha.02

22 Dec 20:46
Compare
Choose a tag to compare

Premo

  • Kotlin is updated to 1.6.0.
  • Migrated to the new memory model.

Premo-navigation

  • MasterDetailNavigator — implements adaptive navigation for Master-Detail views.

1.0.0-alpha.01

24 Oct 19:31
Compare
Choose a tag to compare

First public release:

Premo

  • PresentationModel — the base class for placing presentation logic.
  • PmLifecycle — represents the lifecycle of the Presentation Model.
  • PmMessageHandler — provide communication of Presentation Models. Allows you to send a message from the child Presentation Model towards the root Presentation Model.
  • PmStateHandler — handles the saved state of the Presentation Model.

Premo-navigation

  • StackNavigator — allows you to organize a back stack of the Presentation Models.
  • SetNavigator — used to implement bottom navigation.