You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare v5.0.0 release (#144)
* Update CI to build with the latest version of the compiler
* Update the bower repository URL to match the URL in the registry
* Upgrade bower dependencies
* Update the changelog
Reuse the array returned by match (#89)
Instead of basically making a copy and letting the original go out of scope immediately after.
This makes a surprisingly large performance difference in Chrome, not so much in Firefox.