Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@Schinizer Schinizer released this 14 Nov 06:38
· 5 commits to develop since this release

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 through RxUnfurl.Builder()
  • It is possible to supply a Scheduler to make the whole chain asynchronous
  • General improvements to the code for optimization