Skip to content

v2.0.0-beta.23 - Use Array methods

Pre-release
Pre-release
Compare
Choose a tag to compare
@charkour charkour released this 18 Jun 01:41
· 43 commits to main since this release

833 B --> 821 B

Switch from using a while loop to using array methods.
This allows us to shrink the bundle size and to only perform array copies if we are actually going to commit something to the store.

What's Changed

Full Changelog: v2.0.0-beta.22...v2.0.0-beta.23