Skip to content

Commit

Permalink
Release version 1.0.0-alpha.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdevgo committed Feb 4, 2024
1 parent b472d37 commit b3d1455
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 1.0.0-alpha.13 / 04.02.2024
- Published new module for PM testing: `premo-test`. Use `runPmTest` to test a presentation and navigation logic.
- Added new methods to send PM messages: `sendToTarget` and `sendToChildren`. Added sender tag to `PmMessage` (now it is abstract class).
- Added navigation hosts interfaces: `StackNavigationMost`, `SetNavigationHost`, `DialogGroupNavigationHost`, `DialogNavigationHost`, `MasterDetailNavigationHost`.
- Added new extensions for `PmLifecycle`: `doOnCreate`, `doOnForeground`, `doOnBackground`, `doOnDestroy`.
- Added errors handler for delegates `onSaveOrRestoreStateError`.
- Added extension `JvmPmDelegate<*>.attachWindowLifecycle` for desktop.
- Added `DialogNavigator`.
- Added `SingleStatePresentationModel`.
- Used `Dispatchers.Main.immediate` for PM scopes now.
- Added `PmStateHandler.setSaved`.
- Fixed compatibility with java 1.8.

# 1.0.0-alpha.12 / 15.01.2024
- Removed `PmDescription` and `PmParams`. Instead, use `PmArgs` to pass serializable arguments to the `PresentationModel`.
- Added `NoPmStateSaver` and `NoPmStateSaverFactory`.
Expand Down
2 changes: 1 addition & 1 deletion plugins/src/main/kotlin/me/dmdev/premo/Premo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package me.dmdev.premo
object Premo {

const val groupId = "me.dmdev.premo"
const val version = "1.0.0-alpha.12"
const val version = "1.0.0-alpha.13"
const val description = "Premo helps to implement the presentation layer and share it on Android, iOS, Desktop and Web."
const val url = "https://github.com/dmdevgo/Premo"

Expand Down

0 comments on commit b3d1455

Please sign in to comment.