Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arkivanov/Decompose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.1
Choose a base ref
...
head repository: arkivanov/Decompose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.2
Choose a head ref
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 16, 2022

  1. Update index.md

    arkivanov authored Feb 16, 2022
    Copy the full SHA
    c47075a View commit details

Commits on Mar 10, 2022

  1. Copy the full SHA
    de0d6a8 View commit details

Commits on Mar 11, 2022

  1. Merge pull request #48 from arkivanov/update-jetbrains-compose-to-1.1.0

    Updated JetBrains Compose to 1.1.0
    arkivanov authored Mar 11, 2022
    Copy the full SHA
    a785afc View commit details
  2. Copy the full SHA
    80b639d View commit details
  3. Bumped version to 0.5.2

    arkivanov committed Mar 11, 2022
    Copy the full SHA
    257e3b1 View commit details
  4. Merge pull request #49 from arkivanov/update-jetpack-compose-to-1.1.1

    Updated Jetpack Compose to 1.1.1
    arkivanov authored Mar 11, 2022
    Copy the full SHA
    e353a46 View commit details
Showing with 5 additions and 5 deletions.
  1. +4 −4 deps.versions.toml
  2. +1 −1 docs/index.md
8 changes: 4 additions & 4 deletions deps.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]

decompose = "0.5.1"
decompose = "0.5.2"
kotlin = "1.6.10"
essenty = "0.2.2"
reaktive = "1.2.0"
junit = "4.13.2"
jetbrainsCompose = "1.0.1"
jetbrainsCompose = "1.1.0"
jetbrainsKotlinWrappers = "0.0.1-pre.213-kotlin-1.5.10"
jetpackCompose = "1.1.0"
jetpackComposeCompiler = "1.1.0"
jetpackCompose = "1.1.1"
jetpackComposeCompiler = "1.1.1"
androidGradle = "7.1.0"
androidMaterial = "1.3.0"
androidPlay = "1.10.0"
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

## What is Decompose?

Decompose is a Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing functionality and pluggable UI (Android Views, Jetpack Compose, SwiftUI, JS React, etc.) This project is inspired by [Badoos RIBs](https://github.com/badoo/RIBs) fork of the [Uber RIBs](https://github.com/uber/RIBs) framework.
Decompose is a Kotlin Multiplatform library for breaking down your code into lifecycle-aware business logic components (aka BLoC), with routing functionality and pluggable UI (Jetpack Compose, Android Views, SwiftUI, JS React, etc.).

### Supported targets