All Versions
86
Latest Version
Avg Release Cycle
43 days
Latest Release
1659 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.