butterknife v8.1.0 Release Notes

Release Date: 2016-06-14 // almost 8 years ago
    • New: Change the structure of generated view binders to optimize for performance and generated code. This should result in faster binding (not that it's slow) and a reduction of methods.
    • Fix: Call the correct method on TextView to unbind @OnTextChanged uses.
    • Fix: Properly handle package names which contain uppercase letters.