- Added support for SVG elements. (props @rodneyrehm)
- Allow for loading in non-browser environments. (props @rodneyrehm)
- Fixed illegal
relList
constructor. (props @TrySound)
add()
andremove()
with multiple arguments andtoggle()
withforce
argument are now shimmed where needed, enabling full support in all browsers. (props @TrySound, see #6 and #7).
- Use properties instead of attributes (props @TrySound, see #2).
- Optimization of array handling (props @TrySound, see #4).
- Added to Bower.
- Initial release