Skip to content

Release 1.4.0

Latest
Compare
Choose a tag to compare
@tomtzook tomtzook released this 28 Oct 02:26
  • Specialized observable classes are now interfaces, with base abstract classes for ease of implementation.
  • Introduced the Obsevables static class for quick initialization of factories.
  • Possibility of creating observables from Suppliers using PollingObservableFactory
  • Fixed possible memory release issue arising from circular dependencies.