Skip to content

V1.3.0

Compare
Choose a tag to compare
@anawara anawara released this 29 Jul 16:14
· 292 commits to master since this release
  • Improved NextMatcher messages for better diagnostics. #65
  • Added capability to use Connectable<M, E> in place of EventSource<E> to enable subscription switching based on state updates. #67
  • Added more Connectable<I, O> utilities, Connectables.dimap and Connectables.merge, to enable easier composition of connectables. #68