Skip to content

2.8

Choose a tag to compare

@aehlke aehlke released this 21 Feb 00:03
· 337 commits to master since this release

Requires Swift 5.9+ (previously 5.7)

Introduces an eagerly-populated index for getElementsByTagName which adds a small cost to DOM insertion/removal 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

New Contributors

Full Changelog: 2.7.7...2.8