This release changes some of the inner workings of the library and will require changes to existing codebase for it to work.
Changelog
RxUnfurl
is no longer a static class and needs to be built throughRxUnfurl.Builder()
- It is possible to supply a
Scheduler
to make the whole chain asynchronous - General improvements to the code for optimization