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

Changelog History
Page 2

  • v2.1.7 Changes

    July 30, 2017
    • 🛠 Fix: safer escaping in render function when setting attributes.
  • v2.1.6 Changes

    July 30, 2017
    • 🛠 Fix: textarea should not have value replaced, but rather set its inner text.
    • 🛠 Fix: safer escaping in render function.
    • 💅 Polish: add more element attributes in render function.
  • v2.1.5 Changes

    July 14, 2017
    • 🛠 Fix: add textContent to rendering DOM subset.
  • v2.1.4 Changes

    July 14, 2017
    • 💻 Optimization: the browser version now strips empty text nodes from the template before processing.
  • v2.1.3 Changes

    July 13, 2017
    • Benchmark: add a realistic server-side rendering example/benchmark.
    • 🛠 Fix: a few severe bugs fixed in the server-side rendering function.
    • 🐎 Optimization: improve server-side rendering performance by serializing more static nodes.
    • 0️⃣ Optimization: normalize nodes by default.
  • v2.1.2 Changes

    July 05, 2017
    • 💅 Polish: add entry point for optional helpers at simulacra/helpers.
    • 💅 Polish: add package-lock.json.
  • v2.1.1 Changes

    May 03, 2017
    • 🔨 Refactor: improve packaging.
    • 🔨 Refactor: don't make functions in a loop.
  • v2.1.0 Changes

    May 03, 2017
    • 🔋 Feature: add string rendering function for Node.js, to improve performance.
  • v2.0.6 Changes

    April 23, 2017
    • 🛠 Fix: allow internal properties to be configured, fixed a problem with rehydration.
  • v2.0.5 Changes

    April 20, 2017
    • 🔨 Refactor: remove dependency on WeakMap.
    • 💅 Polish: ignore events on child nodes after the parent has been retained.