Skip to content

2.1.0

Compare
Choose a tag to compare
@cezheng cezheng released this 30 Apr 15:34
· 28 commits to master since this release
  • 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.