Skip to content

Commit

Permalink
Removing RxStream typealias.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laimiux committed Mar 15, 2024
1 parent 66b58e1 commit a83c927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- **Breaking**: Remove `FragmentFlowState.activeKeys` and `FragmentFlowState.visibleKeys`
- Move `Renderer` and `RenderView` from `formula` core into `formula-android` module
- Enable fine-grained control of dispatching via `Plugin.defaultDispatcher`, `RuntimeConfig.defaultDispatcher`, `Transition.ExecutionType` and `Effect.Type`.
- Remove `RxStream` type alias.

## [0.7.1] - June 28, 2022
- **Breaking**: Rename `FragmentBindingBuilder` to `FragmentStoreBuilder`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@

package com.instacart.formula.rxjava3

@Deprecated(
"use RxAction",
replaceWith = ReplaceWith("RxAction", "com.instacart.formula.rxjava3.RxAction")
)
typealias RxStream<Event> = RxAction<Event>

0 comments on commit a83c927

Please sign in to comment.