-
Notifications
You must be signed in to change notification settings - Fork 70
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…releases in parallel to master.
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.
Upgrade to Kotlin 1.3
* 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
Merge master into kotlin-13 branch.
* origin/master: Introduces WorkflowActivityRunner. Update faq.md Adds MvRx FAQ entry. Fixes broken Parcellable implementation in ModalContainer
zach-klippenstein
requested review from
rjrjr,
steveinflow,
vRallev,
afollestad and
kirillzh
April 3, 2019 00:04
kirillzh
approved these changes
Apr 3, 2019
rjrjr
approved these changes
Apr 3, 2019
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.