Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upgrade kotlin and coroutines to latest versions. #254

Merged
merged 10 commits into from
Apr 3, 2019

Conversation

zach-klippenstein
Copy link
Collaborator

@zach-klippenstein zach-klippenstein commented Apr 3, 2019

Any changes required to adapt to new behavior (e.g. cancellation) have been reviewed in separate pull requests. The source branch was a long-running branch that I periodically merged master into.

Closes #35.

zach-klippenstein and others added 10 commits March 8, 2019 10:37
Some error handling behavior changed which required changes to how
the library handles exceptions and cancellation, as well as a few
unit test changes.

Closes #35.
* origin/master:
  Add Empty Swift sample app (and move Cocoapods tests to use the integrated sample app) (#186)
  Fix some words (#187)
  Added Xcode 10.2 support, add 10.2 to Travis matrix (#182)
  Revert "Bumps kotlin version to 1.2.71"
  Make a StatelessWorkflow typealias and a hideState() extension function.
* origin/master:
  Finish releasing v0.9.1.
  Releasing v0.9.1.
  Workaround #211 by implementing KType ourselves.
  Finish releasing v0.9.0.
  Releasing v0.9.0.
  Add 'v' to podspec tags
  Updated changelogs for 0.9.0.
  Rename makeSink to onEvent, make EventHandler type.
  Disable WorkflowUI Xcode 10.1 shard because it's broken.
  Use explicit KType + String parameters instead of Any for idempotence key for subscriptions.
  Add some content to FAQ, do some formatting. (#196)
  Add xcode templates
  Add convenience extensions for makeSink and awaitResult (#195)
  Update README.md
  Add Swift to RELEASING (#190)
  Added link to Android Dialogs series
  Add tests for snapshotting.
  Rename unit tests to use backticks.
  Add WorkflowUI (#189)
…ter-to-13

* origin/master:
  Renames ui modules to workflow-ui-core, workflow-ui-android.
  Rename workflow-host module to workflow-runtime.
  Makes version names consistent
  Add links to issues in kotlin changelog
  Add teardown hook on WorkflowContext.
  Fixed broken kdoc links and some other warnings.
  Add link to New Issue page in cocoapods release steps.
  Remove the Gatsby code, make docs simple github-renderable Markdown.
  Finish releasing v0.10.0.
  Releasing v0.10.0.
  Restores MainWorkflowTest.
  Moves StatelessWorkflow, Workflows.kt methods to Workflow.
  Replace restoreState with a Snapshot param to initialState.
  Disable broken Swift Workflow 10.1 shard. (Workaround #223)
  Add Cocoapods publishing to RELEASING
  Factor out a common parent interface for StatelessWorkflow and Workflow (now StatefulWorkflow).
  Converts the sample app to v2, prettier game layout.
  Suppress valid deprecation and unchecked cast warnings.
  Adding link of the 5th video of the Android Dialogs series
* origin/master:
  Introduces WorkflowActivityRunner.
  Update faq.md
  Adds MvRx FAQ entry.
  Fixes broken Parcellable implementation in ModalContainer
@zach-klippenstein zach-klippenstein merged commit 37f3787 into master Apr 3, 2019
@zach-klippenstein zach-klippenstein deleted the kotlin-13 branch April 3, 2019 00:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants