Releases: davidmoten/rxjava-file
Releases · davidmoten/rxjava-file
0.4.7
0.4.4
- upgrade to rxjava 1.3.2
0.4.1
- add builder and
pollInterval
andpollDuration
forFileObservable.from(file)
- update to rxjava 1.1.6 and rxjava-extras 0.7.9.7
WatchService
polling with particular duration and interval now available to allow thread reuse. Just use FileObservable.from(File)
which gives you a builder.
0.3.3
- updated rxjava dependency to 1.0.14
- use rxjava-extras 0.6.7
Strings
andBytes
utility classes instead of rxjava-stringStringObservable
because offer backpressure support - add backpressure support to
FileObservable.*
0.3
- updated to use rxjava 1.0.3