- 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
Supplier
s usingPollingObservableFactory
- Fixed possible memory release issue arising from circular dependencies.