Fuzi v2.1.0 Release Notes

Release Date: 2018-04-30 // almost 6 years ago
    • ➕ Added a throw version of xpath method to Queryable protocol so that there is now a way to see the error when you pass in an invalid XPath query string instead of just getting a silent empty result. The non-throw xpath method is still there so you don't need to change your code. Thanks @Parabak !
    • 🛠 Fixed all warnings in Xcode 9.3.