All Versions
86
Latest Version
Avg Release Cycle
43 days
Latest Release
1224 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v1.0.9 Changes
June 16, 2016- ๐ Polish: add runtime safety checks for re-assigning bound objects and arrays.
-
v1.0.8 Changes
June 16, 2016- ๐ Fix: edge case in array index setter which would not insert a new node if needed.
-
v1.0.7 Changes
June 13, 2016- ๐ Fix: prevent error in Internet Explorer due to bad DOM API call.
- ๐ Fix: do some micro-optimization. Avoid creating document fragments when not needed, and remove internal
checkValue
function.
-
v1.0.5 Changes
June 05, 2016- ๐
Polish: some build tools such as Webpack mangle the function named
define
, this has been renamed internally to avoid compatibility problems with build tools, but this is actually their fault.
- ๐
Polish: some build tools such as Webpack mangle the function named
-
v1.0.4 Changes
June 04, 2016- ๐ Polish: rename ESLint configuration.
-
v1.0.3 Changes
June 01, 2016- ๐ Fix:
unshift
order was reversed, now inserts in correct order. - ๐ Fix:
push
was broken due to subtle variable assignment problem, now fixed.
- ๐ Fix:
-
v1.0.2 Changes
June 01, 2016- ๐ Polish: improve performance by using
DocumentFragment
on bulk insertions.
- ๐ Polish: improve performance by using
-
v1.0.1 Changes
May 31, 2016- ๐ Polish: add more type checking validations in main function.
-
v1.0.0 Changes
May 30, 2016- ๐ฅ 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 returnsimulacra.retainElement
. - ๐ Feature: change function may accept a return value, which sets
textContent
,value
, orchecked
. Returningundefined
will have no effect. - Polish: rename mutator function to change function.
- ๐ฅ Breaking change: remove
-
v0.16.1 Changes
May 26, 2016- ๐ Polish: remove redundant logic in mutator function.