Skip to content

Latest commit

 

History

History
221 lines (96 loc) · 9.77 KB

CHANGELOG.md

File metadata and controls

221 lines (96 loc) · 9.77 KB

2.4.8 (2023-12-30)

Trivial Changes

Dependencies

  • bump uint8arrays from 4.0.10 to 5.0.1 (#67) (a18ad9a)

2.4.7 (2023-11-24)

Bug Fixes

  • skip array initialisation in sublist method (#65) (23836ac)

2.4.6 (2023-11-24)

Dependencies

2.4.5 (2023-11-24)

2.4.4 (2023-11-24)

Documentation

2.4.3 (2022-12-16)

Documentation

2.4.2 (2022-11-24)

Bug Fixes

2.4.1 (2022-11-24)

Dependencies

  • dev: bump bl from 5.1.0 to 6.0.0 (#46) (61b168b)

Trivial Changes

2.4.0 (2022-11-24)

Features

  • add .indexOf method to search for sub-arrays (f3ebef1)

Dependencies

  • dev: bump it-all from 1.0.6 to 2.0.0 (#45) (dee7c47)

2.3.3 (2022-10-12)

Dependencies

  • bump uint8arrays from 3.x.x to 4.x.x (#43) (c47b4de)

Trivial Changes

2.3.2 (2022-08-06)

Bug Fixes

  • return copy of internal buffer list (#41) (1a3cb65)

2.3.1 (2022-08-05)

Documentation

  • remove reference to toUint8Array (#40) (3bed0bb)

2.3.0 (2022-08-05)

Features

  • add fromUint8Arrays factory method (#39) (b970bdc)

2.2.0 (2022-08-04)

Features

2.1.3 (2022-08-04)

Bug Fixes

2.1.2 (2022-08-04)

Trivial Changes

2.1.1 (2022-08-03)

Trivial Changes

2.1.0 (2022-08-03)

Features

2.0.0 (2022-07-28)

⚠ BREAKING CHANGES

  • subarray now returns a Uint8Array - use sublist if you need a Uint8ArrayList

Features

  • add sublist method and change subarray return type (#30) (07e044d)

1.6.0 (2022-07-28)

Features

  • support negative indices in slice/subarray (#29) (7d08eef)

Dependencies

1.5.2 (2022-07-26)

Trivial Changes

1.5.1 (2022-03-29)

Bug Fixes

  • update return type - use bigint instead of BigInt (#7) (0281a17)

1.5.0 (2022-03-21)

Features

  • detect uint8arraylists when appending or writing (#6) (db9a8ef)

1.4.0 (2022-03-08)

Features

1.3.0 (2022-03-08)

Features

1.2.0 (2022-02-05)

Features

  • add appendAll and subarray methods and byteLength property (#2) (1db968b)

1.1.0 (2022-02-04)

Features

  • append multiple and make list iterable (#1) (70d7542)

1.0.0 (2022-02-03)

Trivial Changes