All Versions
11
Latest Version
Avg Release Cycle
125 days
Latest Release
1462 days ago

Changelog History
Page 1

  • v3.1.2 Changes

    March 27, 2020
  • v3.1.1 Changes

    June 26, 2019
  • v3.1.0 Changes

    May 25, 2019
    • 0๏ธโƒฃ Fuzi now supports defining custom prefix for non-default namespace for XPath queries! (#99) Thanks @mmenu-mantano!
  • v3.0.0 Changes

    April 01, 2019
    • ๐Ÿ‘ Swift 5 support.
  • v2.2.1 Changes

    April 01, 2019
    • ๐Ÿ›  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.
  • v2.2.0 Changes

    April 01, 2019
    • Just leaving a final Swift 4.2 compatible version before switching to Swift 5.
  • v2.1.0 Changes

    April 30, 2018
    • โž• 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.
  • v2.0.2 Changes

    April 03, 2018

    โœ‚ Removed module map for Xcode 9.3

  • v2.0.1 Changes

    October 19, 2017
    • 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 )
  • v2.0.0 Changes

    September 14, 2017
    • Swift 4 is here!(credits to @jdivittorio3 and @ashleymills)
    • ๐Ÿ‘Œ Support using StaticString as tag names and performance optimization(#51, credits to @banjun)