v2.1.4
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.
- Refactor array slicing code to reversed arrays with pop by @JonoPrest in #157
- Bump fuel package version to 2.2.3 by @JonoPrest in #158
Full Changelog: v2.1.3...v2.1.4