ReactKit v0.11.3 Release Notes

Release Date: 2015-06-24 // almost 9 years ago

    👌 Improve KVO binding operator (<~) to let Stream work when T is non-ObjC String, Int, Float, Double. #46

    We can now use Stream<String?> instead of Stream<NSString?>.

    ➕ Add UITextView+Stream #45