File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased ] - TODO
3+ ## [ 0.7.4 ] - Nov 12, 2023
44
55### Changed
66
1313
1414### Added
1515
16- - Add ` Flow.plus ` operator, it is an alias to ` concatWith ` operator.
16+ - Add ` Flow.plus ` operator, it is an alias to ` concatWith ` operator
17+ (thanks to [ @hoangchungk53qx1 ] ( https://github.com/hoangchungk53qx1 ) ).
18+
1719- Add ` flowFromNonSuspend ` , the non-suspend version of ` flowFromSuspend ` .
1820
1921## [ 0.7.3] - Oct 29, 2023
219221
220222- Test for Publishing.
221223
222- [ Unreleased ] : https://github.com/hoc081098/FlowExt/compare/0.7.3...HEAD
224+ [ Unreleased ] : https://github.com/hoc081098/FlowExt/compare/0.7.4...HEAD
225+ [ 0.7.4 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.4
223226[ 0.7.3 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.3
224227[ 0.7.2 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.2
225228[ 0.7.1 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.1
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ allprojects {
7676### Multiplatform
7777
7878``` groovy
79- implementation("io.github.hoc081098:FlowExt:0.7.3 ")
79+ implementation("io.github.hoc081098:FlowExt:0.7.4 ")
8080```
8181
8282### Snapshot
@@ -95,7 +95,7 @@ allprojects {
9595}
9696
9797dependencies {
98- implementation(" io.github.hoc081098:FlowExt:0.7.4 -SNAPSHOT" )
98+ implementation(" io.github.hoc081098:FlowExt:0.7.5 -SNAPSHOT" )
9999}
100100```
101101
@@ -110,7 +110,7 @@ allprojects {
110110}
111111
112112dependencies {
113- implementation("io.github.hoc081098:FlowExt:0.7.4 -SNAPSHOT")
113+ implementation("io.github.hoc081098:FlowExt:0.7.5 -SNAPSHOT")
114114}
115115```
116116
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.js.generate.executable.default=false
55
66GROUP =io.github.hoc081098
77# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
8- VERSION_NAME =0.7.4-SNAPSHOT
8+ VERSION_NAME =0.7.4
99
1010POM_NAME =FlowExt
1111POM_DESCRIPTION =Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.
You can’t perform that action at this time.
0 commit comments