Skip to content

Releases: softwaremill/ox

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

v0.3.8

10 Sep 06:21
3690035
Compare
Choose a tag to compare

What’s Changed

v0.3.7

06 Sep 08:14
f707086
Compare
Choose a tag to compare

What’s Changed

v0.3.6

05 Sep 12:30
becc0eb
Compare
Choose a tag to compare

What’s Changed

  • Optionally close destination channel when calling pipeTo (#207) @adamw

v0.3.5

04 Sep 13:55
d740f51
Compare
Choose a tag to compare

What’s Changed