HTMLKit v0.9.0 Release Notes

  • ๐Ÿš€ Released on 2015.12.23

    ๐Ÿš€ This is the first public release of HTMLKit.

    โž• Added

    • iOS & OSX Frameworks.
    • ๐Ÿ“š Source code documentation.
    • CSS Selectors extension (analogous to jQuery selectors).
    • DOMTokenList for malipulating HTMLElements attributes as a list, e.g. class.
    • ๐Ÿ“œ Handling for <ruby> elements in the Parser implementation.
      • Updated HTML5Lib-Tests submodule (56c435f)
    • ๐Ÿ“š Xcode Playground with Swift documentation.

    โœ‚ Removed

    • Unused namespaces.
    • Historical node types.

    ๐Ÿ›  Fixed

    • lt, gt & eq CSS Selectors method declarations.