Skip to content

Releases: Syrou/Reaktiv

Reaktiv DevTools 0.15.15

17 Mar 19:55

Choose a tag to compare

Reaktiv DevTools 0.15.15

📦 Download

Choose the package for your platform. Each package includes the DevTools server and UI.

  • Linux x64: reaktiv-devtools-linux-x64-0.15.15.zip
  • Linux ARM64: reaktiv-devtools-linux-arm64-0.15.15.zip
  • macOS x64 (Intel): reaktiv-devtools-macos-x64-0.15.15.zip
  • macOS ARM64 (Apple Silicon): reaktiv-devtools-macos-arm64-0.15.15.zip
  • Windows x64: reaktiv-devtools-windows-x64-0.15.15.zip

🚀 Quick Start

  1. Download the package for your platform
  2. Extract the zip file
  3. Run the server:
    • Linux/macOS: ./reaktiv-devtools resources
    • Windows: reaktiv-devtools.exe resources
  4. Open your browser to the URL shown in the console

📦 Package Contents

Each package contains:

  • DevTools server executable
  • WASM UI in resources/ folder
  • README with usage instructions

📚 Library Release

The Reaktiv libraries for this version are available on Maven Central:

dependencies {
    implementation("io.github.syrou:reaktiv-core:0.15.15")
    implementation("io.github.syrou:reaktiv-compose:0.15.15")
    implementation("io.github.syrou:reaktiv-navigation:0.15.15")
}

🔗 Integration

Add the DevTools middleware to your app:

val introspectionConfig = IntrospectionConfig(
    clientName = "My App",
    platform = "Android"
)
val sessionCapture = SessionCapture()

val store = createStore {
    module(UserModule)
    module(navigationModule)
    module(IntrospectionModule(introspectionConfig, sessionCapture))
    module(DevToolsModule(
        config = DevToolsConfig(
            introspectionConfig = introspectionConfig,
            serverUrl = "ws://localhost:8080/ws"
        ),
        scope = CoroutineScope(SupervisorJob() + Dispatchers.IO),
        sessionCapture = sessionCapture
    ))
}

Full Changelog: 0.15.14...0.15.15

Reaktiv DevTools 0.15.14

16 Mar 21:54

Choose a tag to compare

Reaktiv DevTools 0.15.14

📦 Download

Choose the package for your platform. Each package includes the DevTools server and UI.

  • Linux x64: reaktiv-devtools-linux-x64-0.15.14.zip
  • Linux ARM64: reaktiv-devtools-linux-arm64-0.15.14.zip
  • macOS x64 (Intel): reaktiv-devtools-macos-x64-0.15.14.zip
  • macOS ARM64 (Apple Silicon): reaktiv-devtools-macos-arm64-0.15.14.zip
  • Windows x64: reaktiv-devtools-windows-x64-0.15.14.zip

🚀 Quick Start

  1. Download the package for your platform
  2. Extract the zip file
  3. Run the server:
    • Linux/macOS: ./reaktiv-devtools resources
    • Windows: reaktiv-devtools.exe resources
  4. Open your browser to the URL shown in the console

📦 Package Contents

Each package contains:

  • DevTools server executable
  • WASM UI in resources/ folder
  • README with usage instructions

📚 Library Release

The Reaktiv libraries for this version are available on Maven Central:

dependencies {
    implementation("io.github.syrou:reaktiv-core:0.15.14")
    implementation("io.github.syrou:reaktiv-compose:0.15.14")
    implementation("io.github.syrou:reaktiv-navigation:0.15.14")
}

🔗 Integration

Add the DevTools middleware to your app:

val introspectionConfig = IntrospectionConfig(
    clientName = "My App",
    platform = "Android"
)
val sessionCapture = SessionCapture()

val store = createStore {
    module(UserModule)
    module(navigationModule)
    module(IntrospectionModule(introspectionConfig, sessionCapture))
    module(DevToolsModule(
        config = DevToolsConfig(
            introspectionConfig = introspectionConfig,
            serverUrl = "ws://localhost:8080/ws"
        ),
        scope = CoroutineScope(SupervisorJob() + Dispatchers.IO),
        sessionCapture = sessionCapture
    ))
}

Full Changelog: 0.15.13...0.15.14

Reaktiv DevTools 0.15.13

16 Mar 19:35

Choose a tag to compare

Reaktiv DevTools 0.15.13

📦 Download

Choose the package for your platform. Each package includes the DevTools server and UI.

  • Linux x64: reaktiv-devtools-linux-x64-0.15.13.zip
  • Linux ARM64: reaktiv-devtools-linux-arm64-0.15.13.zip
  • macOS x64 (Intel): reaktiv-devtools-macos-x64-0.15.13.zip
  • macOS ARM64 (Apple Silicon): reaktiv-devtools-macos-arm64-0.15.13.zip
  • Windows x64: reaktiv-devtools-windows-x64-0.15.13.zip

🚀 Quick Start

  1. Download the package for your platform
  2. Extract the zip file
  3. Run the server:
    • Linux/macOS: ./reaktiv-devtools resources
    • Windows: reaktiv-devtools.exe resources
  4. Open your browser to the URL shown in the console

📦 Package Contents

Each package contains:

  • DevTools server executable
  • WASM UI in resources/ folder
  • README with usage instructions

📚 Library Release

The Reaktiv libraries for this version are available on Maven Central:

dependencies {
    implementation("io.github.syrou:reaktiv-core:0.15.13")
    implementation("io.github.syrou:reaktiv-compose:0.15.13")
    implementation("io.github.syrou:reaktiv-navigation:0.15.13")
}

🔗 Integration

Add the DevTools middleware to your app:

val introspectionConfig = IntrospectionConfig(
    clientName = "My App",
    platform = "Android"
)
val sessionCapture = SessionCapture()

val store = createStore {
    module(UserModule)
    module(navigationModule)
    module(IntrospectionModule(introspectionConfig, sessionCapture))
    module(DevToolsModule(
        config = DevToolsConfig(
            introspectionConfig = introspectionConfig,
            serverUrl = "ws://localhost:8080/ws"
        ),
        scope = CoroutineScope(SupervisorJob() + Dispatchers.IO),
        sessionCapture = sessionCapture
    ))
}

Full Changelog: 0.15.12...0.15.13

Reaktiv DevTools 0.15.12

16 Mar 11:30

Choose a tag to compare

Reaktiv DevTools 0.15.12

📦 Download

Choose the package for your platform. Each package includes the DevTools server and UI.

  • Linux x64: reaktiv-devtools-linux-x64-0.15.12.zip
  • Linux ARM64: reaktiv-devtools-linux-arm64-0.15.12.zip
  • macOS x64 (Intel): reaktiv-devtools-macos-x64-0.15.12.zip
  • macOS ARM64 (Apple Silicon): reaktiv-devtools-macos-arm64-0.15.12.zip
  • Windows x64: reaktiv-devtools-windows-x64-0.15.12.zip

🚀 Quick Start

  1. Download the package for your platform
  2. Extract the zip file
  3. Run the server:
    • Linux/macOS: ./reaktiv-devtools resources
    • Windows: reaktiv-devtools.exe resources
  4. Open your browser to the URL shown in the console

📦 Package Contents

Each package contains:

  • DevTools server executable
  • WASM UI in resources/ folder
  • README with usage instructions

📚 Library Release

The Reaktiv libraries for this version are available on Maven Central:

dependencies {
    implementation("io.github.syrou:reaktiv-core:0.15.12")
    implementation("io.github.syrou:reaktiv-compose:0.15.12")
    implementation("io.github.syrou:reaktiv-navigation:0.15.12")
}

🔗 Integration

Add the DevTools middleware to your app:

val introspectionConfig = IntrospectionConfig(
    clientName = "My App",
    platform = "Android"
)
val sessionCapture = SessionCapture()

val store = createStore {
    module(UserModule)
    module(navigationModule)
    module(IntrospectionModule(introspectionConfig, sessionCapture))
    module(DevToolsModule(
        config = DevToolsConfig(
            introspectionConfig = introspectionConfig,
            serverUrl = "ws://localhost:8080/ws"
        ),
        scope = CoroutineScope(SupervisorJob() + Dispatchers.IO),
        sessionCapture = sessionCapture
    ))
}

Full Changelog: 0.15.11...0.15.12

Reaktiv DevTools 0.15.11

14 Mar 16:37

Choose a tag to compare

Reaktiv DevTools 0.15.11

📦 Download

Choose the package for your platform. Each package includes the DevTools server and UI.

  • Linux x64: reaktiv-devtools-linux-x64-0.15.11.zip
  • Linux ARM64: reaktiv-devtools-linux-arm64-0.15.11.zip
  • macOS x64 (Intel): reaktiv-devtools-macos-x64-0.15.11.zip
  • macOS ARM64 (Apple Silicon): reaktiv-devtools-macos-arm64-0.15.11.zip
  • Windows x64: reaktiv-devtools-windows-x64-0.15.11.zip

🚀 Quick Start

  1. Download the package for your platform
  2. Extract the zip file
  3. Run the server:
    • Linux/macOS: ./reaktiv-devtools resources
    • Windows: reaktiv-devtools.exe resources
  4. Open your browser to the URL shown in the console

📦 Package Contents

Each package contains:

  • DevTools server executable
  • WASM UI in resources/ folder
  • README with usage instructions

📚 Library Release

The Reaktiv libraries for this version are available on Maven Central:

dependencies {
    implementation("io.github.syrou:reaktiv-core:0.15.11")
    implementation("io.github.syrou:reaktiv-compose:0.15.11")
    implementation("io.github.syrou:reaktiv-navigation:0.15.11")
}

🔗 Integration

Add the DevTools middleware to your app:

val introspectionConfig = IntrospectionConfig(
    clientName = "My App",
    platform = "Android"
)
val sessionCapture = SessionCapture()

val store = createStore {
    module(UserModule)
    module(navigationModule)
    module(IntrospectionModule(introspectionConfig, sessionCapture))
    module(DevToolsModule(
        config = DevToolsConfig(
            introspectionConfig = introspectionConfig,
            serverUrl = "ws://localhost:8080/ws"
        ),
        scope = CoroutineScope(SupervisorJob() + Dispatchers.IO),
        sessionCapture = sessionCapture
    ))
}

Full Changelog: 0.15.10...0.15.11

Reaktiv DevTools 0.15.10

13 Mar 16:47

Choose a tag to compare

Reaktiv DevTools 0.15.10

📦 Download

Choose the package for your platform. Each package includes the DevTools server and UI.

  • Linux x64: reaktiv-devtools-linux-x64-0.15.10.zip
  • Linux ARM64: reaktiv-devtools-linux-arm64-0.15.10.zip
  • macOS x64 (Intel): reaktiv-devtools-macos-x64-0.15.10.zip
  • macOS ARM64 (Apple Silicon): reaktiv-devtools-macos-arm64-0.15.10.zip
  • Windows x64: reaktiv-devtools-windows-x64-0.15.10.zip

🚀 Quick Start

  1. Download the package for your platform
  2. Extract the zip file
  3. Run the server:
    • Linux/macOS: ./reaktiv-devtools resources
    • Windows: reaktiv-devtools.exe resources
  4. Open your browser to the URL shown in the console

📦 Package Contents

Each package contains:

  • DevTools server executable
  • WASM UI in resources/ folder
  • README with usage instructions

📚 Library Release

The Reaktiv libraries for this version are available on Maven Central:

dependencies {
    implementation("io.github.syrou:reaktiv-core:0.15.10")
    implementation("io.github.syrou:reaktiv-compose:0.15.10")
    implementation("io.github.syrou:reaktiv-navigation:0.15.10")
}

🔗 Integration

Add the DevTools middleware to your app:

val introspectionConfig = IntrospectionConfig(
    clientName = "My App",
    platform = "Android"
)
val sessionCapture = SessionCapture()

val store = createStore {
    module(UserModule)
    module(navigationModule)
    module(IntrospectionModule(introspectionConfig, sessionCapture))
    module(DevToolsModule(
        config = DevToolsConfig(
            introspectionConfig = introspectionConfig,
            serverUrl = "ws://localhost:8080/ws"
        ),
        scope = CoroutineScope(SupervisorJob() + Dispatchers.IO),
        sessionCapture = sessionCapture
    ))
}

Full Changelog: 0.15.9...0.15.10

Reaktiv DevTools 0.15.9

12 Mar 23:10

Choose a tag to compare

Reaktiv DevTools 0.15.9

📦 Download

Choose the package for your platform. Each package includes the DevTools server and UI.

  • Linux x64: reaktiv-devtools-linux-x64-0.15.9.zip
  • Linux ARM64: reaktiv-devtools-linux-arm64-0.15.9.zip
  • macOS x64 (Intel): reaktiv-devtools-macos-x64-0.15.9.zip
  • macOS ARM64 (Apple Silicon): reaktiv-devtools-macos-arm64-0.15.9.zip
  • Windows x64: reaktiv-devtools-windows-x64-0.15.9.zip

🚀 Quick Start

  1. Download the package for your platform
  2. Extract the zip file
  3. Run the server:
    • Linux/macOS: ./reaktiv-devtools resources
    • Windows: reaktiv-devtools.exe resources
  4. Open your browser to the URL shown in the console

📦 Package Contents

Each package contains:

  • DevTools server executable
  • WASM UI in resources/ folder
  • README with usage instructions

📚 Library Release

The Reaktiv libraries for this version are available on Maven Central:

dependencies {
    implementation("io.github.syrou:reaktiv-core:0.15.9")
    implementation("io.github.syrou:reaktiv-compose:0.15.9")
    implementation("io.github.syrou:reaktiv-navigation:0.15.9")
}

🔗 Integration

Add the DevTools middleware to your app:

val introspectionConfig = IntrospectionConfig(
    clientName = "My App",
    platform = "Android"
)
val sessionCapture = SessionCapture()

val store = createStore {
    module(UserModule)
    module(navigationModule)
    module(IntrospectionModule(introspectionConfig, sessionCapture))
    module(DevToolsModule(
        config = DevToolsConfig(
            introspectionConfig = introspectionConfig,
            serverUrl = "ws://localhost:8080/ws"
        ),
        scope = CoroutineScope(SupervisorJob() + Dispatchers.IO),
        sessionCapture = sessionCapture
    ))
}

Full Changelog: 0.15.8...0.15.9

Reaktiv DevTools 0.15.8

12 Mar 19:07

Choose a tag to compare

Reaktiv DevTools 0.15.8

📦 Download

Choose the package for your platform. Each package includes the DevTools server and UI.

  • Linux x64: reaktiv-devtools-linux-x64-0.15.8.zip
  • Linux ARM64: reaktiv-devtools-linux-arm64-0.15.8.zip
  • macOS x64 (Intel): reaktiv-devtools-macos-x64-0.15.8.zip
  • macOS ARM64 (Apple Silicon): reaktiv-devtools-macos-arm64-0.15.8.zip
  • Windows x64: reaktiv-devtools-windows-x64-0.15.8.zip

🚀 Quick Start

  1. Download the package for your platform
  2. Extract the zip file
  3. Run the server:
    • Linux/macOS: ./reaktiv-devtools resources
    • Windows: reaktiv-devtools.exe resources
  4. Open your browser to the URL shown in the console

📦 Package Contents

Each package contains:

  • DevTools server executable
  • WASM UI in resources/ folder
  • README with usage instructions

📚 Library Release

The Reaktiv libraries for this version are available on Maven Central:

dependencies {
    implementation("io.github.syrou:reaktiv-core:0.15.8")
    implementation("io.github.syrou:reaktiv-compose:0.15.8")
    implementation("io.github.syrou:reaktiv-navigation:0.15.8")
}

🔗 Integration

Add the DevTools middleware to your app:

val introspectionConfig = IntrospectionConfig(
    clientName = "My App",
    platform = "Android"
)
val sessionCapture = SessionCapture()

val store = createStore {
    module(UserModule)
    module(navigationModule)
    module(IntrospectionModule(introspectionConfig, sessionCapture))
    module(DevToolsModule(
        config = DevToolsConfig(
            introspectionConfig = introspectionConfig,
            serverUrl = "ws://localhost:8080/ws"
        ),
        scope = CoroutineScope(SupervisorJob() + Dispatchers.IO),
        sessionCapture = sessionCapture
    ))
}

Full Changelog: 0.15.7...0.15.8

Reaktiv DevTools 0.15.7

05 Mar 12:00

Choose a tag to compare

Reaktiv DevTools 0.15.7

📦 Download

Choose the package for your platform. Each package includes the DevTools server and UI.

  • Linux x64: reaktiv-devtools-linux-x64-0.15.7.zip
  • Linux ARM64: reaktiv-devtools-linux-arm64-0.15.7.zip
  • macOS x64 (Intel): reaktiv-devtools-macos-x64-0.15.7.zip
  • macOS ARM64 (Apple Silicon): reaktiv-devtools-macos-arm64-0.15.7.zip
  • Windows x64: reaktiv-devtools-windows-x64-0.15.7.zip

🚀 Quick Start

  1. Download the package for your platform
  2. Extract the zip file
  3. Run the server:
    • Linux/macOS: ./reaktiv-devtools resources
    • Windows: reaktiv-devtools.exe resources
  4. Open your browser to the URL shown in the console

📦 Package Contents

Each package contains:

  • DevTools server executable
  • WASM UI in resources/ folder
  • README with usage instructions

📚 Library Release

The Reaktiv libraries for this version are available on Maven Central:

dependencies {
    implementation("io.github.syrou:reaktiv-core:0.15.7")
    implementation("io.github.syrou:reaktiv-compose:0.15.7")
    implementation("io.github.syrou:reaktiv-navigation:0.15.7")
}

🔗 Integration

Add the DevTools middleware to your app:

val introspectionConfig = IntrospectionConfig(
    clientName = "My App",
    platform = "Android"
)
val sessionCapture = SessionCapture()

val store = createStore {
    module(UserModule)
    module(navigationModule)
    module(IntrospectionModule(introspectionConfig, sessionCapture))
    module(DevToolsModule(
        config = DevToolsConfig(
            introspectionConfig = introspectionConfig,
            serverUrl = "ws://localhost:8080/ws"
        ),
        scope = CoroutineScope(SupervisorJob() + Dispatchers.IO),
        sessionCapture = sessionCapture
    ))
}

Full Changelog: 0.15.6...0.15.7

Reaktiv DevTools 0.15.6

05 Mar 11:35

Choose a tag to compare

Reaktiv DevTools 0.15.6

📦 Download

Choose the package for your platform. Each package includes the DevTools server and UI.

  • Linux x64: reaktiv-devtools-linux-x64-0.15.6.zip
  • Linux ARM64: reaktiv-devtools-linux-arm64-0.15.6.zip
  • macOS x64 (Intel): reaktiv-devtools-macos-x64-0.15.6.zip
  • macOS ARM64 (Apple Silicon): reaktiv-devtools-macos-arm64-0.15.6.zip
  • Windows x64: reaktiv-devtools-windows-x64-0.15.6.zip

🚀 Quick Start

  1. Download the package for your platform
  2. Extract the zip file
  3. Run the server:
    • Linux/macOS: ./reaktiv-devtools resources
    • Windows: reaktiv-devtools.exe resources
  4. Open your browser to the URL shown in the console

📦 Package Contents

Each package contains:

  • DevTools server executable
  • WASM UI in resources/ folder
  • README with usage instructions

📚 Library Release

The Reaktiv libraries for this version are available on Maven Central:

dependencies {
    implementation("io.github.syrou:reaktiv-core:0.15.6")
    implementation("io.github.syrou:reaktiv-compose:0.15.6")
    implementation("io.github.syrou:reaktiv-navigation:0.15.6")
}

🔗 Integration

Add the DevTools middleware to your app:

val introspectionConfig = IntrospectionConfig(
    clientName = "My App",
    platform = "Android"
)
val sessionCapture = SessionCapture()

val store = createStore {
    module(UserModule)
    module(navigationModule)
    module(IntrospectionModule(introspectionConfig, sessionCapture))
    module(DevToolsModule(
        config = DevToolsConfig(
            introspectionConfig = introspectionConfig,
            serverUrl = "ws://localhost:8080/ws"
        ),
        scope = CoroutineScope(SupervisorJob() + Dispatchers.IO),
        sessionCapture = sessionCapture
    ))
}

Full Changelog: 0.15.5...0.15.6