Skip to content

v1.1.0 - Performance optimization

Choose a tag to compare

@tizmagik tizmagik released this 09 Oct 16:52
· 85 commits to master since this release

🔥 Slight performance optimization, instead of document.querySelector() we now do document.head.querySelector() since tags are only added to document.head anyway.

This is a non-breaking change and shouldn't affect any usage.