Skip to content

Releases: ReactiveX/RxJavaString

1.1.1

12 Dec 21:21
Compare
Choose a tag to compare
  • Pull 47 Reimplement split() with backpressure

Artifacts: Maven Central

1.1.0

17 Mar 03:21
Compare
Choose a tag to compare
  • Pull 31 Make byLine handle carriage newline and just newline equally.
  • Pull 36 update rx dependency to 1.1.1
  • Pull 28 use the experimental version of using() that closes resources eagerly.

Artifacts: Maven Central

1.0.1

14 Sep 23:05
Compare
Choose a tag to compare
  • Pull 26 make methode split workable with precompiled pattern
  • Pull 25 make split methode workable with Pattern class
  • Pull 24 ensure StringObservable.join does not stall
  • Pull 17 Use explicit versions in build.gradle
  • Pull 16 Minor edits on README
  • Pull 15 Describe library in more detail
  • Pull 14 use AbstractOnSubscribe for StringObservable.from(InputStream) and from(Reader) enhancement
  • Pull 12 Update build.gradle
  • Pull 10 Upgrade to Gradle 2.2
  • Pull 9 Add backpressure support for StringObservable.from(InputStream)
  • Pull 8 add check for unsubscribed before next read
  • Pull 5 Create an Observable that emits each char in the source String.
  • Pull 4 StringObservable.split NPE fixes as per RxJava #1664

Artifacts: Maven Central

0.21.0

01 Oct 05:45
Compare
Choose a tag to compare

This is the first release after splitting from RxJava into its own top level project RxJavaString.

This is the same code as version 0.20.4 except:

  • all deprecated methods and types are deleted
  • now published to groupId io.reactivex instead of com.netflix.rxjava
io.reactivex:rxjava-string:0.21.0

The artifacts can be found on maven Central at: http://repo1.maven.org/maven2/io/reactivex/rxjava-string

Artifacts: Maven Central

0.20.4

01 Oct 05:36
Compare
Choose a tag to compare

Last release as submodule of of RxJava: https://github.com/ReactiveX/RxJava/releases/tag/0.20.4