File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
3+
4+ ## Version 0.23.0
5+
6+ _ 2020-01-31_
7+
8+ ### Kotlin
9+
10+ * Make all workers run on the ` Unconfined ` dispatcher. (#851 )
11+ * Paramaterize the return type of ` Worker.finished() ` to make it more convenient to use in tests. (#884 )
12+ * Improved animation for ` BackStackContainer ` , ` PanelContainer ` . (#886 )
13+ * Target JVM 1.8 bytecode for all modules. (#898 )
14+ * Don't call ` onPropsChanged ` unless the old and new props are actually unequal. (#887 )
15+ * Use KType instead of KClass in TypedWorker. (#908 )
16+ * Make verifyAction and verifyActionResult support no processed action. (#909 )
17+ * Drastically simplified ModalViewContainer. (#913 )
18+ * Pass ` acceptOutput ` function to ` WorkflowNode ` constructor instead of every tick pass. (#916 )
19+ * Break UI modules into: (#915 )
20+ * ` workflow-ui `
21+ * ` core-common `
22+ * ` core-android `
23+ * ` modal-common `
24+ * ` modal-android `
25+ * ` backstack-common `
26+ * ` backstack-android `
27+
28+ ### Swift
29+
30+ * No changes.
31+
332## Version 0.22.4
433
534_ 2020-01-15_
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ android.useAndroidX=true
2020# android.debug.obsoleteApi=true
2121
2222GROUP =com.squareup.workflow
23- VERSION_NAME =0.23.0-SNAPSHOT
23+ VERSION_NAME =0.23.0
2424
2525POM_DESCRIPTION =Reactive workflows
2626
You can’t perform that action at this time.
0 commit comments