Skip to content

v1.1.1

Compare
Choose a tag to compare
@gliechtenstein gliechtenstein released this 05 Jul 22:40
· 22 commits to master since this release

Code Readability

  • Added Comments and renamed a couple of internal variables for consistency ae733e6

Performance

  • Performance fix: Inserting for the first time doesn't require an index because we'll be doing appendChild. Getting rid of this significantly improved the performance as mentioned here. Commit: 24b77e8

Feature

  • Support for CSStyleDeclaration type style attribute: #138 (Related discussion thread here)