Skip to content

Releases: Schinizer/RxUnfurl

0.2.0

14 Nov 06:38
Compare
Choose a tag to compare

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