Skip to content

v2.1.4

Compare
Choose a tag to compare
@JonoPrest JonoPrest released this 30 Aug 07:58
· 117 commits to main since this release
988b6d1

What's Changed

Replacing lists with arrays in v2.1.0 incurred a significant performance regression due to using Array.slice method. This removes the use of Array.slice and improves performance.

Full Changelog: v2.1.3...v2.1.4