Skip to content

Releases: cezheng/Fuzi

Fix Swift 5 and Xcode 12.2 warnings

13 Dec 22:04
Compare
Choose a tag to compare
  • Fixed Swift 5 compiler warnings. Thanks @valeriyvan !
  • Updated project settings recommended by Xcode 12.2.

3.1.2

27 Mar 18:30
Compare
Choose a tag to compare

3.1.1

26 Jun 03:32
Compare
Choose a tag to compare

3.1.0

25 May 04:16
Compare
Choose a tag to compare
  • Fuzi now supports defining custom prefix for non-default namespace for XPath queries! (#99) Thanks @mmenu-mantano!

Swift 5

01 Apr 03:13
Compare
Choose a tag to compare
  • Swift 5 support.

Real final version for Swift 4.2.

01 Apr 02:44
Compare
Choose a tag to compare
  • Fixed a bug that parses an HTML document with xmlReadMemory. This worked previously because the compiler used to treat convenience initializers in a polymorphic manner, which does not match the spec.

Final version for Swift 4.*

01 Apr 00:42
Compare
Choose a tag to compare
  • Just leaving a final Swift 4.2 compatible version before switching to Swift 5.

2.1.0

30 Apr 15:34
Compare
Choose a tag to compare
  • 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.

2.0.2

03 Apr 17:28
Compare
Choose a tag to compare

Removed module map for Xcode 9.3

2.0.1

19 Oct 14:00
Compare
Choose a tag to compare
  • Disabled coverage to prevent potential AppStore rejection if using Carthage ( Thanks @mhmiles )
  • Fixed firstChild crash bug when ns is specified for certain documents ( #70. Thanks @banjun )