Optimization note: Introduces an lazily-populated index for getElementsByClass which adds a small cost to DOM manipulation in order to optimize lookups. Instead of traversing the DOM to find matching nodes, it now resolves with a single dictionary lookup.
What's Changed
- Add data overload for parse method by @theolampert in #314
- Optimizations including a getElementsByClass index by @aehlke in #315
New Contributors
- @theolampert made their first contribution in #314
Full Changelog: 2.8.8...2.9