···11+---
22+'@atcute/varint': major
33+---
44+55+alter the return shape of `decode()`
66+77+`decode()` now returns `{ value, nextOffset }` instead of `[value, nextOffset]`, on Bun this seems
88+to make a noticeable improvement.
+7
.changeset/fair-ads-shave.md
···11+---
22+'@atcute/car': patch
33+---
44+55+slightly faster varint decoding
66+77+avoid using subarrays here
+8
.changeset/good-gifts-smile.md
···11+---
22+'@atcute/varint': minor
33+---
44+55+allow passing offset and length to `decode()`
66+77+`decode()` now allows specifying the offset to read from, removing the need to subarray/slice the
88+buffer before passing to the decoder.
+7
.changeset/new-singers-design.md
···11+---
22+'@atcute/varint': major
33+---
44+55+`decode()` and `encode()` functions no longer takes in a number array
66+77+you have to use Uint8Array