Releases: alphicc/Brick
Releases · alphicc/Brick
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
- Add methods to provide config:
//TreeRouter.kt
fun new(config: RouterConfig): TreeRouter = TreeRouterImpl(config = config)
fun branch(containerComponentKey: String, config: RouterConfig): TreeRouter
data class RouterConfig(
val broadcastFlowReplay: Int, //Settings for your broadcast flow
val broadcastFlowExtraBufferCapacity: Int //Settings for your broadcast flow
)
2.1.2
2.1.1
2.0.0
2.0.0-beta01
Update version
2.0.0-alpha01
- Add "Composite" feature
- Code refactoring
- Add migration guide to README