Releases: acrodrig/bind
Releases · acrodrig/bind
Version 0.3.0
Events bind this
in the same way that jQuery does. A little too much magic but render code easier to read. Breaking Change: realizing that an elegant way to add :before and :after text is to use those selectors, the property operator was changed to &
. Pass selected element to the function evaluation
Version 0.2.0
Recognize attribute reset
(before elements were always reset which is not good for performance). Added proper support for properties, not just attributes (@
is used for attributes, :
for properties). Added support for known events (attributes with a known event name and function value will be added via addEventListener
)
Version 0.1.0
Initial Release.