6.0.2
What's Changed
- fix ci(Xcode 16.3 -> 16.4) by @tid-kijyun in #278
- Fix/memory leak by @tid-kijyun in #277
- Fix possible out-of-bounds access caused by -1 index by @tid-kijyun in #279
- Fix potential crash in libxmlGetNodeContent when xmlNodeGetContent returns NULL by @tid-kijyun in #280
- Fix use-after-free after removeChild by deferring node deallocation to deinit by @tid-kijyun in #281
- Fix base URL not being passed to libxml2 due to local variable shadowing by @tid-kijyun in #282
- Fix unbalanced parentheses in XPath generated for nth-child with negative step by @tid-kijyun in #283
- Remove unnecessary regex option from escape function by @tid-kijyun in #284
- Replace force-unwrapped Int conversions in CSS nth-child parsing with safe alternatives by @tid-kijyun in #285
- Fix potential crash in document toXML when xmlDocDumpMemory fails by @tid-kijyun in #286
- Fix force-unwrap crash in XPathObject subscript when result is not a NodeSet by @tid-kijyun in #287
- Fix crash when accessing parent of an unlinked node by @tid-kijyun in #288
Full Changelog: 6.0.1...6.0.2