Skip to content

Releases: sergejsha/knot

3.2-rc1 (knot3, rxjava3)

12 Jun 15:05

Choose a tag to compare

Pre-release
  • New: whenState and requireState methods to be used in reducers (#37)
  • Change: Partial interface introduced as a replacement for deprecated PartialReducer (#39)
  • Change: Primes renamed into Delegates (#38)
  • Change: Exceptions in reducer of Knot are propagated to RxJavaPlugins.onError() for better consistence with CompositeKnot.

3.1.1 (knot3, rxjava3)

22 Apr 17:56
b81723f

Choose a tag to compare

  • Exceptions in reducers of CompositeKnot are propagated to RxJavaPlugins.onError() #33

3.1.0 (knot3, rxjava3)

01 Apr 17:02
f8cd90f

Choose a tag to compare

  • Partial reducers #31

3.1.0 (knot, rxjava2)

01 Apr 17:03

Choose a tag to compare

3.0.3 (knot3, rxjava3)

07 Mar 20:54

Choose a tag to compare

  • Fix actions broken in release 3.0.2 (#28)

3.0.3 (knot, rxjava2)

07 Mar 20:56

Choose a tag to compare

  • Fix actions broken in release 3.0.2 (#28)

3.0.2 (knot3, rxjava3)

06 Mar 20:16

Choose a tag to compare

Note: This release is broken. Please use 3.0.3 instead.

  • Fix for actions not emitted after onErrorReturn (#25)

3.0.2 (knot, rxjava2)

06 Mar 20:20
7a74789

Choose a tag to compare

Note: This release is broken. Please use 3.0.3 instead.

  • Fix for actions not emitted after onErrorReturn (#25)

3.0.1

22 Feb 13:00

Choose a tag to compare

Knot 3.0.1 for use with RxJava 3.0!

The Maven artifactId has changed to knot3 and the package is now de.halfbit.knot3.
The APIs and behavior of Knot 3.0.1 is otherwise exactly the same as Knot 1.8.1.

RxJava3 binaries: implementation 'de.halfbit:knot3:3.0.1' (package de.halfbit.knot3)
RxJava2 binaries: implementation 'de.halfbit:knot:3.0.1' (package de.halfbit.knot)

Icicle hitch

29 Jan 20:09

Choose a tag to compare

  • Dependency on RxJava libraries is "compile" instead of "runtime".