HTMLKit v2.0.5 Release Notes

  • ๐Ÿš€ Released on 2017.04.19

    ๐Ÿ›  Fixed

    • Xcode 8.3 issue with modulemaps
      • Temporary workaround (renamed modulemap file)
    • Memory Leaks in CSSInputStream

    โž• Added

    • Minor memory consumption improvements
      • Collections for child nodes or attributes of HTML Nodes or Elements are allocated lazily
      • Underyling data string of CharacterData is allocated on first access
      • Autorelease pool for the main HTMLTokenizer loop