Simulacra.js v1.0.0 Release Notes

Release Date: 2016-05-30 // almost 8 years ago
    • ๐Ÿ’ฅ Breaking change: remove defineBinding function, now the default exported function does only one thing: binding an object to the DOM.
    • ๐Ÿ’ฅ Breaking change: removed return false behavior to retain DOM element, it should instead return simulacra.retainElement.
    • ๐Ÿ”‹ Feature: change function may accept a return value, which sets textContent, value, or checked. Returning undefined will have no effect.
    • Polish: rename mutator function to change function.