Skip to content

Releases: square/workflow-kotlin

v1.9.0-beta01

13 Feb 19:36
Compare
Choose a tag to compare
v1.9.0-beta01 Pre-release
Pre-release

What's Changed

  1. There are some breaking changes to the WorkerTester API. Namely: assertFinished() will also fail if the Worker has thrown and Error. This was considered not significant enough to warrant the concern over a 2.0 release but may require updates to client code.
  2. If nextOutput() causes the Worker to throw an exception, this will now be wrapped in an AssertionError. The Worker's exception itself can be retrieved with getException().
  3. The WorkerTester is now run inside a TestScope and if the test needs to access the scheduler for this to manipulate virtual time it is available as testCoroutineScheduler. This means that this can be handled within the WorkerTester's test itself, rather than setting up a CoroutineDispatcher for the backing flow to flowOn and manipulating that.

Full Changelog: v1.8.0-beta13...v1.9.0-beta01

v1.8.0-beta13

25 Jan 22:55
Compare
Choose a tag to compare
v1.8.0-beta13 Pre-release
Pre-release

What's Changed

  • update Dokka to 1.7.20, switch siteDokka to html, and add source links by @RBusarow in #893
  • Add js target by @hujim in #887
  • Add Configurable Recursive Rendering to Performance Poetry by @steve-the-edwards in #903
  • Add a note explaining why the tutorial differs slightly from the workflow docs site. by @tom-pratt in #906
  • Fix link in tutorial by @tom-pratt in #907
  • Stop rebuilding downstream dialogs when upstream ones are dismissed. by @rjrjr in #909

New Contributors

Full Changelog: v1.8.0-beta12...v1.8.0-beta13

v1.8.0-beta12

01 Nov 20:27
Compare
Choose a tag to compare
v1.8.0-beta12 Pre-release
Pre-release

What's Changed

Full Changelog: v1.8.0-beta11...v1.8.0-beta12

v1.8.0-beta11

01 Nov 01:20
Compare
Choose a tag to compare
v1.8.0-beta11 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.0-beta10...v1.8.0-beta11

v1.8.0-beta10

15 Sep 01:09
Compare
Choose a tag to compare
v1.8.0-beta10 Pre-release
Pre-release

What's Changed

  • It is not safe to touch decorView before Dialog.show() by @rjrjr in #875

Full Changelog: v1.8.0-beta09...v1.8.0-beta10

v1.8.0-beta09

10 Aug 18:51
Compare
Choose a tag to compare
v1.8.0-beta09 Pre-release
Pre-release

What's Changed

  • Add KMP target for iosSimulatorArm64 by @bnvinay92 in #854
  • capture KMP publications in artifacts-check by @RBusarow in #853
  • update vanniktech publish plugin to 0.21.0 and use the new 'base' version by @RBusarow in #858
  • publish snapshots using a macos-latest runner by @RBusarow in #859

Full Changelog: v1.8.0-beta08...v1.8.0-beta09

v1.8.0-beta08

03 Aug 16:12
Compare
Choose a tag to compare
v1.8.0-beta08 Pre-release
Pre-release

What's Changed

Full Changelog: v1.8.0-beta07...v1.8.0-beta08

v1.8.0-beta07

29 Jul 01:12
Compare
Choose a tag to compare
v1.8.0-beta07 Pre-release
Pre-release

What's Changed

  • Long lived branch with Overlay refinements by @rjrjr in #839
  • Simpler, better back button handling. by @rjrjr in #843
  • ViewStateRenderers.WorkflowViewRenderer renamed. by @rjrjr in #846
  • Replaces Showing and InOverlay with View tags. by @rjrjr in #845

Full Changelog: v1.8.0-beta06...v1.8.0-beta07

v1.8.0-beta06

26 Jul 14:34
Compare
Choose a tag to compare
v1.8.0-beta06 Pre-release
Pre-release

What's Changed

Full Changelog: v1.8.0-beta05...v1.8.0-beta06

v1.8.0-beta05

15 Jul 23:05
Compare
Choose a tag to compare
v1.8.0-beta05 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.0-beta04...v1.8.0-beta05