All Versions
86
Latest Version
Avg Release Cycle
43 days
Latest Release
1661 days ago

Changelog History
Page 3

  • v2.0.4 Changes

    April 07, 2017
    • Optimization: prefer appendChild over insertBefore if possible.
    • ๐Ÿ’… Polish: re-use of rehydrated comment nodes.
  • v2.0.3 Changes

    March 10, 2017
    • ๐Ÿ‘Œ Improvement: stricter check for adjacent nodes so that they are not allowed.
  • v2.0.2 Changes

    February 25, 2017
    • ๐Ÿ›  Fix: IE11 compatibility problems.
    • ๐Ÿ›  Fix: Windows scripting compatibility.
  • v2.0.1 Changes

    January 09, 2017
    • ๐Ÿ’… Polish: include dist/*.js in package.
  • v2.0.0 Changes

    January 03, 2017
    • ๐Ÿ’ฅ Breaking change: removed flow helper.
    • ๐Ÿ’ฅ Breaking change: removed setDefault helper.
    • ๐Ÿ’ฅ Breaking change: removed array indices from path argument.
  • v1.5.7 Changes

    December 14, 2016
    • ๐Ÿ›  Fix: default input event binding did not work in some cases.
    • ๐Ÿ›  Fix: typo in internal function findTarget.
  • v1.5.6 Changes

    November 22, 2016
    • ๐Ÿ’… Polish: slightly improve safety of default behavior by checking around the text node.
  • v1.5.5 Changes

    November 06, 2016
    • ๐Ÿ›  Optimization: re-introduce insertion optimization, there was previously a bug that is now fixed.
  • v1.5.4 Changes

    November 06, 2016
    • ๐Ÿšš Optimization: removed document fragment implementation, it was actually slower.
  • v1.5.3 Changes

    November 06, 2016
    • 0๏ธโƒฃ Optimization: the default behavior for setting text should be significantly faster.
    • โช Revert: insertion optimizations, they were too fragile.