Skip to content

Releases: tid-kijyun/Kanna

6.0.1

26 Jun 17:48

Choose a tag to compare

  • Fix memory safety issues and apply Xcode(16.4) formatting (#274) @hajunho

6.0.0

03 May 12:14

Choose a tag to compare

This version supports Swift 5.9 and later.

The supported OS versions have been changed as follows:
macOS: 10.13 -> 10.15
iOS: 12.0 -> 13.0
tvOS: 12.0 -> 13.0

  • Supports for Swift 6 (#273)

5.3.0

22 Feb 07:10
41c3d28

Choose a tag to compare

  • Supports for Xcode 15 including Privacy Manifest (#265)
  • Supports for visionOS (#268)
  • Fixed podspec (#267 #269 #270)
  • bugfix: supporting namespace for querying the same attribute name with different namespace (#264) @codelynx

5.2.7

07 Aug 18:48

Choose a tag to compare

Fix crash when access regexDict from multiple threads #254 @nanashiki

5.2.6

16 Jul 16:14

Choose a tag to compare

Minor bug fix.

  • Fixed a bug that would crash if given an empty document #251 @Krish-sysadmin

Support for Xcode 13

11 Jul 07:43

Choose a tag to compare

There are no additions or changes to features.

5.2.4

15 Dec 06:59

Choose a tag to compare

  • Fixed an issue where escaping would sometimes not work properly. #246 @Kyome22
  • Improved performance of CSS selectors.

Support for Xcode 12

11 Oct 22:07

Choose a tag to compare

  • Adapt Package.swift for Xcode 12 #241 @djbe

Minor bug fix

28 Mar 16:31

Choose a tag to compare

  • fix CSS selector group for non-root nodes #218 @kewlbear
  • Fixed not to display libxml2 related warning in SwiftPM of Xcode 11.4. (pkgConfig) #231

hotfix

26 Mar 06:47

Choose a tag to compare

  • Fixed a bug that HTML cannot be parsed correctly. #232
  • Fixed not to display libxml2 related warning in SwiftPM of Xcode 11.4. #231