Skip to content

Releases: softwaremill/ox

v0.5.8

31 Dec 11:39
5769869
Compare
Choose a tag to compare

What’s Changed

v0.5.7

16 Dec 09:48
b93827e
Compare
Choose a tag to compare

What’s Changed

v0.5.5

28 Nov 09:59
2b0b170
Compare
Choose a tag to compare

What’s Changed

  • More flow operations: flatMap, flatten, flattenPar, groupBy (#247) @adamw

v0.5.4

22 Nov 16:09
3508bdd
Compare
Choose a tag to compare

What’s Changed

v0.5.3

15 Nov 10:09
b88cd3f
Compare
Choose a tag to compare

What’s Changed

v0.5.2

17 Oct 08:41
9212fc4
Compare
Choose a tag to compare

What’s Changed

v0.5.1

08 Oct 10:23
a421fe4
Compare
Choose a tag to compare

What’s Changed

  • More flow ops: drain, onComplete, onDone, onError (#228) @adamw

v0.5.0

07 Oct 09:32
a1c3e7c
Compare
Choose a tag to compare

Migrating from previous versions

  • some methods from the Source class and companion object have been moved to Flow (see streaming). If you still need a source, you can convert a flow to a source as follows: Flow.from(...).map(...).runToChannel()

What’s Changed

v0.4.0

23 Sep 07:09
67fa01d
Compare
Choose a tag to compare

What’s Changed

v0.3.9

18 Sep 10:00
929e810
Compare
Choose a tag to compare

What’s Changed