HTMLKit v1.1.0 Release Notes

  • ๐Ÿš€ Released on 2017.01.14

    โž• Added

    • DOM Ranges implementation (spec)
    • HTMLChatacterData as base class for HTMLText & HTMLComment
      • HTMLText and HTMLComment no longer extend HTMLNode directly
    • splitText implementation for HTMLText nodes
    • index property for HTMLNode
    • ๐Ÿ‘ฏ cloneNodeDeep method for HTMLNode

    ๐Ÿ—„ Deprecated

    • appendString method in HTMLText in favor of appendData from the supperclass HTMLCharacterData